Update api key
PUT /settings/apikeys/{id}
URL parameters:
Name | Description | Type |
---|---|---|
id | API key Id | String |
Parameters:
Name | Description | Type | Mandatory |
---|---|---|---|
description | API key description | String | Yes |
iPFilterEnabled | Restriction IP | Boolean | No |
allowedIPs | Array of IP | Array of String | No |
Response:
Name | Description | Type |
---|---|---|
status | success / failure | String |
Programming language:
Request exemple:
1 2 3 4 | { "description" : "My first API key" } |
Response exemple:
1 2 3 4 | { "status" : "success" } |