Get all repositories
This API is used in order to get all buildtime accounts, with their name, id and source
Query Parameters
- pageSize double
- page double
- search string
Responses
- 200
- 422
Get enforcement rules for account
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- accountId string required
- accountName string required
- ]
[
{
"accountId": "string",
"accountName": "string"
}
]
Request arguments validation error
Loading...