Back to Platform

PUT /options/{id}

PUT
/options/{id}

PUT operation for /options/{id}

Authorization

ApiKeyAuth
Authorization<token>

API key authentication. Format: Your API key (no "Token" prefix needed)

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://dev-rest.onboard.io/options/string" \  -H "Content-Type: application/json" \  -d '{    "id": 1,    "name": "string",    "delete": true,    "order": 1  }'
{
  "id": 1,
  "name": "string",
  "delete": true,
  "order": 1
}
Empty
Empty
Empty

How is this guide?