Skip to main content
PUT
Update Loyalty Program Custom Fields

Authorizations

Authorization
string
header
required

JWT access token obtained from POST /v2/token.

Headers

authorization
string | null

Path Parameters

programId
required
Required string length: 24
Pattern: ^[0-9a-f]{24}$
Example:

"5eb7cf5a86d9755df3a6c593"

Body

application/json
name
string
required
type
enum<string>
default:text
Available options:
text,
email,
number,
date,
selection,
json
displayName
string | null
defaultValue
string | null
points
integer | null
options
string | null
required
boolean | null

Response

Successful Response