Set Icap Address
POST
/v1/icap/addr
icap
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/icap/addr' \
--header 'Content-Type: application/json' \
--data-raw '{
"ip": "string",
"port": "string"
}'
Response Response Example
200 - Example 1
null
Request
Body Params application/json
Responses
Modified at 2024-06-27 02:28:26