Skip to content

Commit

Permalink
Merge pull request #1229 from RakhithaRR/4.4.-beta
Browse files Browse the repository at this point in the history
Add subtypeConfiguration to CTL definitions
  • Loading branch information
RakhithaRR authored Oct 20, 2024
2 parents 4f751f7 + 9ef6239 commit 8d6cf61
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 8d6cf61

Please sign in to comment.