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-profiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.3
info:
title: Connectivity Insights - Application Profiles
x-camara-commonalities: 0.6
version: 0.5.0
version: wip
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
Expand Down Expand Up @@ -64,7 +64,7 @@ externalDocs:
description: Project documentation at Camara
url: https://github.com/camaraproject/ApplicationProfiles
servers:
- url: "{apiRoot}/application-profiles/v0.5"
- url: "{apiRoot}/application-profiles/vwip"
variables:
apiRoot:
default: https://localhost:9091
Expand Down
4 changes: 2 additions & 2 deletions code/Test_definitions/application-profiles.feature
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
@Application_Profiles
Feature: CAMARA Application Profiles API, v0.5.0 - Operations for Application Profiles
Feature: CAMARA Application Profiles API, vwip - Operations for Application Profiles

# Input to be provided by the implementation to the tests
# References to OAS spec schemas refer to schemas specified in application-profiles.yaml

Background: Common Application Profiles setup
Given an environment at "apiRoot"
And the resource "/application-profiles/v0.5"
And the resource "/application-profiles/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