Get All Repositories
GET/code/api/v1/enforcement-rules/accounts
This API is used in order to get all buildtime accounts, with their name, id and source
Request
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 stringrequired
accountName stringrequired
[
{
"accountId": "string",
"accountName": "string"
}
]
Request arguments validation error
Loading...