Help Center/Host Security Service/API Reference/API Description/Dashboard/Changing the Status of a User's Monthly Operations Dialog Box
Updated on 2026-04-03 GMT+08:00

Changing the Status of a User's Monthly Operations Dialog Box

Function

This API is used to change the status of a user's monthly operations dialog box.

Authorization Information

Each account has all the permissions required to call all APIs, but IAM users must be assigned the required permissions.

  • If you are using role/policy-based authorization, see Permissions Policies and Supported Actions for details on the required permissions.
  • If you are using identity policy-based authorization, no identity policy-based permission required for calling this API.

URI

PUT /v5/{project_id}/operational-report/notification

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Definition

Project ID, which is used to specify the project that an asset belongs to. After the project ID is configured, you can query assets in the project using the project ID. For details about how to obtain it, see Obtaining a Project ID.

Constraints

N/A

Range

The value can contain 1 to 256 characters.

Default Value

N/A

Request Parameters

None

Response Parameters

Status code: 200

Request succeeded.

None

Example Requests

Change the status of a user's monthly operations dialog box.

POST https://{endpoint}/v5/{project_id}/v5/{project_id}/operational-report/notification

{
  "status" : "close"
}

Example Responses

None

Status Codes

Status Code

Description

200

Request succeeded.

Error Codes

See Error Codes.