Skala
Custom fields

Replace a custom field

Completely replaces the data of an existing custom field with the provided payload.

PUT
/api/custom_fields/{id}

Completely replaces the data of an existing custom field with the provided payload.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

CustomField identifier

Request Body

application/json

The updated CustomField resource

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://api.skalasuite.com/api/custom_fields/string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": 0,
  "name": "string",
  "isActive": true
}
Empty
Empty
Empty