Goldmine
Proxies

Rebind Assignment

POST
/proxies.v1.Proxies/RebindAssignment

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://loading/proxies.v1.Proxies/RebindAssignment" \  -H "Content-Type: application/json" \  -d '{}'
{
  "assignment": {
    "accountName": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "deletedAt": "2019-08-24T14:15:22Z",
    "id": "string",
    "pinned": true,
    "poolId": "string",
    "sessionId": "string",
    "updatedAt": "2019-08-24T14:15:22Z",
    "version": "string",
    "workspaceId": "string"
  }
}
Empty