post Create/update proxy comment.
/api/client/v1/proxies/{id}/comment
Parameters
id
Required
Proxy id
In:
path
Schema:
- integer:int64Example:
1
Request Body
Content Type:
application/json
- Schema
- objectCreateOrUpdateProxyCommentRequestExample:
{"comment":"string"}
Properties:comment
stringRequiredCommentExample:"string"
Maximum number of items:255
Responses
200
OK
Content Type:
application/json
- Schema
- objectExample:
{"comment":"string"}
Properties:comment
stringCommentExample:"string"
401
Unauthorized
Content Type:
application/json
- Schema
- objectErrorResponseExample:
{"message":"string","errors":{}}
Properties:message
stringRequiredError messageExample:"string"
errors
object or nullInput validation errorsExample:{}
403
Forbidden
Content Type:
application/json
- Schema
- objectErrorResponseExample:
{"message":"string","errors":{}}
Properties:message
stringRequiredError messageExample:"string"
errors
object or nullInput validation errorsExample:{}
422
Unprocessable Entity
Content Type:
application/json
- Schema
- objectErrorResponseExample:
{"message":"string","errors":{}}
Properties:message
stringRequiredError messageExample:"string"
errors
object or nullInput validation errorsExample:{}