Error
A valid request URL is required to generate request examples{
"id": "<string>",
"description": "<string>",
"enabled": true,
"status": "<string>",
"is_active": true,
"username": "<string>",
"password": "<string>",
"quota_bytes": 123,
"consumption_bytes": 123,
"last_activity_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}{
"title": "<string>",
"detail": "<string>",
"status": 404,
"instance": "<string>",
"type": "<string>"
}{
"title": "<string>",
"detail": "<string>",
"status": 404,
"instance": "<string>",
"type": "<string>"
}{
"title": "<string>",
"detail": "<string>",
"status": 404,
"instance": "<string>",
"type": "<string>"
}{
"status": 422,
"violations": [
{
"propertyPath": "<string>",
"message": "<string>",
"code": "<string>",
"hint": "<string>",
"payload": {}
}
],
"detail": "<string>",
"type": "<string>",
"title": "<string>",
"instance": "<string>"
}V1.ProxyAccount
Batch enable or disable proxy accounts
Sets enabled status for multiple proxy accounts.
PUT
/
api
/
v1
/
teams
/
{team_id}
/
proxy_accounts
/
batch
/
status
Error
A valid request URL is required to generate request examples{
"id": "<string>",
"description": "<string>",
"enabled": true,
"status": "<string>",
"is_active": true,
"username": "<string>",
"password": "<string>",
"quota_bytes": 123,
"consumption_bytes": 123,
"last_activity_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}{
"title": "<string>",
"detail": "<string>",
"status": 404,
"instance": "<string>",
"type": "<string>"
}{
"title": "<string>",
"detail": "<string>",
"status": 404,
"instance": "<string>",
"type": "<string>"
}{
"title": "<string>",
"detail": "<string>",
"status": 404,
"instance": "<string>",
"type": "<string>"
}{
"status": 422,
"violations": [
{
"propertyPath": "<string>",
"message": "<string>",
"code": "<string>",
"hint": "<string>",
"payload": {}
}
],
"detail": "<string>",
"type": "<string>",
"title": "<string>",
"instance": "<string>"
}Authorizations
Value for the Api-Key header parameter.
Path Parameters
Team identifier
Body
application/json
The updated V1.ProxyAccount resource
Response
V1.ProxyAccount resource updated
Public API v1 — proxy account provisioning and lifecycle
Maximum string length:
256Minimum string length:
6Pattern:
^([a-zA-Z0-9_]+)$