Use this tag for MuleSoft's Anypoint Platform API Governance questions.
Questions tagged [api-governance]
3 questions
1
vote
0 answers
Creating ruleset for API Governance - Anypoint Platform
/example:
/{uriParams}:
get:
is: [defaultResponses, commonHeaders]
uriParameters:
uriParams:
description: Example description uriParams
body:
application/json:
…

Anonim
- 81
- 5
0
votes
0 answers
Creating custom ruleset for API Governance
I'm trying to create custom ruleset to check if client-id-auth(basic authentication) is included for all end points in RAML.
But this ruleset is not working as expected, even after including client-id-auth in trait, its showing…

user1969720
- 1
- 1
0
votes
1 answer
Creating ruleset for API Governance
I'm trying creaiting ruleset for RAML to check if there are the example for responses and description for uriParams.
/example:
/{uriParams}:
get:
uriParameters:
uriParams:
description: Example…

Anonim
- 81
- 5