How to Work with API Reference
Last updated
Last updated
In this section, we will explore examples of interaction and how to use parameters in APIs
PATCH
https://mobile.proxy-seller.com/api/v1/hosts/
{hostId}
/changeName
Take a closer look
PATCH
- indicates the method used for the query
{hostId}
- indicates the variable to be replaced with its valid value.
Let's consider an example of use in several programming languages
Response examples by HTTP status code. A '200' indicates success, while '4XX' codes indicate errors.