post Create/update proxy comment.

/api/client/v1/proxies/{id}/comment
comment

Parameters

id
Required
Proxy id
In: path
Schema:
  • integer:int64
    Example: 1

Request Body

Content Type:
application/json
  • Schema
  • object
    CreateOrUpdateProxyCommentRequest
    Example: {"comment":"string"}
    Properties:
    • comment
      string
      Required
      Comment
      Example: "string"
      Maximum number of items: 255

Responses

200

OK
Content Type:
application/json
  • Schema
  • object
    Example: {"comment":"string"}
    Properties:
    • comment
      string
      Comment
      Example: "string"

401

Unauthorized
Content Type:
application/json
  • Schema
  • object
    ErrorResponse
    Example: {"message":"string","errors":{}}
    Properties:
    • message
      string
      Required
      Error message
      Example: "string"
    • errors
      object or null
      Input validation errors
      Example: {}

403

Forbidden
Content Type:
application/json
  • Schema
  • object
    ErrorResponse
    Example: {"message":"string","errors":{}}
    Properties:
    • message
      string
      Required
      Error message
      Example: "string"
    • errors
      object or null
      Input validation errors
      Example: {}

422

Unprocessable Entity
Content Type:
application/json
  • Schema
  • object
    ErrorResponse
    Example: {"message":"string","errors":{}}
    Properties:
    • message
      string
      Required
      Error message
      Example: "string"
    • errors
      object or null
      Input validation errors
      Example: {}