Reviewing Applications
Description
This API is used to review applications, including approving and rejecting the applications.
URL
- URI format
- Parameter description
Parameter
Mandatory
Type
Description
project_id
Yes
String
Project ID. For details about how to obtain the project ID, see Project ID and Account ID.
Request Message
- Example request
{ "apply_result": true, "apply_ids": [ "72edfd975d20f2ca5d920bbdf42bf25a" ] }
- Request parameter description
Parameter
Mandatory
Type
Description
apply_result
Yes
Boolean
Review result
true: approved
false: rejected
apply_ids
Yes
String[]
IDs of applications
Status Code
Status Code |
Description |
---|---|
204 |
The applications are reviewed successfully. |
For details about status codes, see Status Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.