Updated on 2022-09-15 GMT+08:00

Reviewing Applications

Description

This API is used to review applications, including approving and rejecting the applications.

URL

  • URI format

    POST /v1/{project_id}/service/applys

  • 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

Response

  • Example response

    None

Status Code

Status Code

Description

204

The applications are reviewed successfully.

For details about status codes, see Status Codes.