Skip to content

Commit

Permalink
Add subtypeConfiguration to CTL definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
RakhithaRR committed Oct 20, 2024
1 parent 4f751f7 commit 9ef6239
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion import-export-cli/integration/testdata/sample-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ data: # Contains the meta data of the API
isDefaultVersion: false # Is API default? true|false, if set to true APIM will discard version and make the API default
enableSchemaValidation: false # Is schema validation enabled? true|false
type: HTTP # Type of the API {HTTP|WS|GRAPHQL|SOAPTOREST} [required]
subtype: DEFAULT
subtypeConfiguration:
subtype: DEFAULT
audiences: # Allowed audiences of the API as a list
- all
transport: # Transport protocols as a list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ data: # Contains the meta data of the API
isDefaultVersion: false # Is API default? true|false, if set to true APIM will discard version and make the API default
enableSchemaValidation: false # Is schema validation enabled? true|false
type: HTTP # Type of the API {HTTP|WS|GRAPHQL|SOAPTOREST} [required]
subtype: DEFAULT
subtypeConfiguration:
subtype: DEFAULT
audiences: # Allowed audiences of the API as a list
- all
transport: # Transport protocols as a list
Expand Down

0 comments on commit 9ef6239

Please sign in to comment.