Skip to main content

Update Reward

PUT 

/v1/admin/clients/:clientID/rewards/:rewardID

Endpoint to update a Reward

Request

Path Parameters

    clientID stringrequired
    rewardID stringrequired

Body

    created object
    date string
    editorAuthId number
    data object

    data field can contain any JSON value. This field gives the request some flexibility.

    themeId string
    description string
    lastModified object
    date string
    editorAuthId number
    name string
    type string

Responses

Successful operation

Schema
    id uuid
    created object
    date date-time
    editorAuthId number
    data object

    data field can contain any JSON value. This field gives the request some flexibility.

    badgeUrl string
    description string
    lastModified object
    date date-time
    editorAuthId number
    name string
    type string
Loading...