알러트 댓글
알러트 댓글에 대한 REST API 작업
개요
필요한 권한
작업
Authorizations
X-API-KeystringRequired
Body
alertIdstringRequired
The alert ID the comment is associated with
bodystringRequired
The body of the comment
formatstring · enumRequiredPossible values:
The format of the comment
Responses
200
OK response.
application/json
400
bad_request: Bad Request response.
application/json
404
not_found: Not Found response.
application/json
post
/alert-commentsAuthorizations
X-API-KeystringRequired
Path parameters
idstringRequired
ID of the comment
Body
alertIdstringRequired
The alert ID the comment is associated with
bodystringRequired
The body of the comment
formatstring · enumRequiredPossible values:
The format of the comment
Responses
200
OK response.
application/json
400
bad_request: Bad Request response.
application/json
404
not_found: Not Found response.
application/json
post
/alert-comments/{id}Authorizations
X-API-KeystringRequired
Query parameters
alert-idstringRequired
The alert ID the comments are associated with
cursorstringOptional
the pagination token
limitinteger · int64 · max: 50OptionalDefault:
the maximum results to return
25Responses
200
OK response.
application/json
400
bad_request: Bad Request response.
application/json
get
/alert-comments마지막 업데이트
도움이 되었나요?

