get setComment

https://onlinesim.io/api/proxy/setComment.php
proxy
This request allows you to set a comment for each purchased proxy. You might want to use this request to make notes for each of your proxy connection, for example to specify the purpose of each of them.

Parameters

tzid
Required
Operation ID (assigned upon order)
In: query
Schema:
  • integer
    Example: 10000
    >= 1
comment
Required
Proxy comment
In: query
Schema:
  • string
    Example: "webscraping"
lang

Response language:
fr - French
de - German
ru - Russian
en - English
zh - Chinese

In: query
Schema:
  • string
    Example: "en"
    Enum: fr de ru en zh

Responses

200

Successful response for `setComment` request: the server sets a comment for the specified proxy or throws an exception.
Content Type:
application/json
  • Schema
  • object
    Example: {"response":1}
    Properties:
    • response
      mixed
      1, if the request has been completed successfully, or an error message
      Example: 1
      One Of:
      • integer
        Example: 0
      • string
        Example: "string"