Interface describing the expected response of a scope lookup request from the portal API, if this property is set on a specific API. When doing a GET on the specified endpoint, this is the format of the data which has to be returned.
Example:
{
"scope1": {
"description": "This is scope 1"
},
"scope2": {
"description": "This is another scope"
}
}
Generated using TypeDoc
Interface describing the expected response of a scope lookup request from the portal API, if this property is set on a specific API. When doing a GET on the specified endpoint, this is the format of the data which has to be returned.
Example:
{ "scope1": { "description": "This is scope 1" }, "scope2": { "description": "This is another scope" } }