POST
/
api
/
loyalty
/
badges
/
{id}

Path Parameters

id
string
required

UUID of the badge to update (converted to lowercase)

Body

application/json

Schema for updating an existing badge.

description
string

The description of the badge

imageUrl
string

The URL of the badge image

name
string

The name of the badge

Response

200 - application/json

Response returned upon successful update of the badge.

id
string
required