Platform O&M/Cloud Monitoring/Monitoring and Alarm/SNS/SNS Operations
PUTSNS OperationsSince 5.0.0SynchronousAuth Required
UpdateAtPersonOfAtWeComEndpoint
UpdateAtPersonOfAtWeComEndpoint
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredThe resource UUID.
Body Fields
updateatpersonofatwecomendpointObjectRequiredupdateatpersonofatwecomendpoint request body object.
endpointUuidStringRequiredThe WeCom endpoint uuid.
userIdStringOptional. The user id.
remarkStringOptional. The remark.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
PUT/zstack/v1/sns/application-endpoints/we-com/at-persons/{uuid}/actions
/zstack/v1/sns/application-endpoints/we-com/at-persons/{uuid}/actions
Request Example
curl -X PUT 'http://{host}/zstack/v1/sns/application-endpoints/we-com/at-persons/{uuid}/actions' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"updateatpersonofatwecomendpoint":{"endpointUuid":"<endpointUuid>","userId":"<userId>","remark":"<remark>"},"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "inventory": { "uuid": "018934b79afc42cdbc7cb18f0330580e", "userId": "18988887777", "endpointUuid": "3579680f648d41af8a96218a339bd7b3", "remark": "jack" } }Change History
This API has no change history records yet.
