RequestManager - Configure Request Operation
Select
SaaS
Customer Managed
Configure a created request
Path Parameters
- requestId int32 required
Possible values:
>= 1
- application/json
Request Body
- projectIds int32[] required
Possible values:
>= 1
List of project ids
reviewers object[] required
List of reviewers for the request
id int32name stringdisplayName stringapprovers object[]
List of approvers for the request
id int32name stringdisplayName string
Responses
- 200
- 400
- 403
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...