Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions code/API_definitions/application-endpoint-registration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
openapi: 3.0.3
info:
title: Application Endpoints Registration
version: 0.1.0-rc.1
version: wip
x-camara-commonalities: 0.6
description: |
The Application Endpoints Registration API provides a programmable
Expand Down Expand Up @@ -119,7 +119,7 @@ externalDocs:
url: https://github.com/camaraproject/ApplicationEndpointRegistration

servers:
- url: "{apiRoot}/application-endpoint-registration/v0.1rc1"
- url: "{apiRoot}/application-endpoint-registration/vwip"
variables:
apiRoot:
default: http://localhost:9091
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@Application_Endpoint_Registration
Feature: CAMARA Application Endpoint Registration API, v0.1.0-rc.1 - Operations for registering application endpoints
Feature: CAMARA Application Endpoint Registration API, vwip - Operations for registering application endpoints

# Input to be provided by the implementation to the tests
# * apiRoot: API root of the server URL
# References to OAS spec schemas refer to schemas specified in application-endpoint-registration.yaml

Background: Common Application Endpoint Registration setup
Given an environment at "apiRoot"
And the resource "/application-endpoint-registration/v0.1rc1"
And the resource "/application-endpoint-registration/vwip"
And the header "Content-Type" is set to "application/json"
And the header "Authorization" is set to a valid access token
And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator"
Expand Down