Skip to content

Commit

Permalink
Merge pull request #1182 from RakhithaRR/audience
Browse files Browse the repository at this point in the history
Fix revision test failures due to audience
  • Loading branch information
RakhithaRR authored Aug 22, 2024
2 parents 4abb0c1 + a5aec5e commit 1994a6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion import-export-cli/integration/testdata/sample-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

type: api # Type of the exported artifact using APICTL
version: v4.4.0 # API Manager version
version: v4.3.0 # API Manager version
data: # Contains the meta data of the API
id: 28114236-515c-4f40-82e4-6a016e632008 ## API UUID
name: PizzaShackAPI # Name of the API without Spaces [required]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +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]
audiences: # Allowed audiences of the API as a list
- all
transport: # Transport protocols as a list
- http
- https
Expand Down

0 comments on commit 1994a6e

Please sign in to comment.