Skip to main content
PUT
/realms/{realmId}/organizations/{organizationId}/custom-fields/{customFieldId}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

realmId
string
required
organizationId
string
required
customFieldId
string
required

Body

application/json
realm
string
required
Minimum string length: 1
organization
string
required
Minimum string length: 1
label
string
Minimum string length: 1
slug
string
Required string length: 2 - 80
Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$
location
enum<string>[]
Available options:
TRANSACTION,
CARD,
WALLET,
CUSTOMER,
TRIP,
TRAVEL_PASSENGER,
USER,
VEHICLE
type
string
values
any[] | null
mask
string
required
boolean
description
string

Response

default

Undocumented response (no code type, no existing spec).