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-discovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
openapi: 3.0.3
info:
title: Application Endpoint Discovery
version: 0.1.0
version: wip
description: |
The Application Endpoint Discovery API returns the optimal application
endpoint(s) that a given end-user's device can connect to.
Expand Down Expand Up @@ -224,7 +224,7 @@ externalDocs:
description: Product documentation at CAMARA
url: https://github.com/camaraproject/ApplicationEndpointDiscovery
servers:
- url: "{apiRoot}/application-endpoint-discovery/v0.1"
- url: "{apiRoot}/application-endpoint-discovery/vwip"
variables:
apiRoot:
default: http://localhost:9091
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@application_endpoint_discovery
Feature: CAMARA Application Endpoint Discovery API, v0.1.0 - Operation getOptimalAppEndpoints
Feature: CAMARA Application Endpoint Discovery API, vwip - Operation getOptimalAppEndpoints
# Input to be provided by the implementation to the tester
#
# Implementation indications:
Expand All @@ -12,7 +12,7 @@ Feature: CAMARA Application Endpoint Discovery API, v0.1.0 - Operation getOptima

Background:
Given an environment at "apiRoot"
And the resource "/application-endpoint-discovery/v0.1/retrieve-optimal-app-endpoints" |
And the resource "/application-endpoint-discovery/vwip/retrieve-optimal-app-endpoints" |
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