post Create/update proxy comment.
/api/client/v1/proxies/{id}/comment
Parameters
id
Erforderlich
Proxy id
In:
path
Schema:
- integer:int64Beispiel:
1
Anforderungs-Body
Content Type:
application/json
- Schema
- objectCreateOrUpdateProxyCommentRequestBeispiel:
{"comment":"string"}
Eigenschaften:comment
stringErforderlichCommentBeispiel:"string"
Maximale Anzahl von Elementen:255
Antworten
200
OK
Content Type:
application/json
- Schema
- objectBeispiel:
{"comment":"string"}
Eigenschaften:comment
stringCommentBeispiel:"string"
401
Unauthorized
Content Type:
application/json
- Schema
- objectErrorResponseBeispiel:
{"message":"string","errors":{}}
Eigenschaften:message
stringErforderlichError messageBeispiel:"string"
errors
object or nullInput validation errorsBeispiel:{}
403
Forbidden
Content Type:
application/json
- Schema
- objectErrorResponseBeispiel:
{"message":"string","errors":{}}
Eigenschaften:message
stringErforderlichError messageBeispiel:"string"
errors
object or nullInput validation errorsBeispiel:{}
422
Unprocessable Entity
Content Type:
application/json
- Schema
- objectErrorResponseBeispiel:
{"message":"string","errors":{}}
Eigenschaften:message
stringErforderlichError messageBeispiel:"string"
errors
object or nullInput validation errorsBeispiel:{}