Update badge (by id)
This endpoint allows you to update an existing badge.
Documentation Index
Fetch the complete documentation index at: https://docs.snagsolutions.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
UUID of the badge to update (converted to lowercase)
"123e4567-e89b-12d3-a456-426614174333"
Body
Body
Schema for updating an existing badge.
The name of the badge
"Example Badge"
The description of the badge
"Example description"
The URL of the badge image
"https://example.com/image.png"
Whether to hide this badge in the user interface
false
Array of rewards granted when the badge is achieved
Response
200
Response returned upon successful update of the badge.
UUID of the badge (converted to lowercase)
"123e4567-e89b-12d3-a456-426614174333"
The name of the badge
"Example Badge"
The description of the badge
"Example description"
The URL of the badge image
"https://example.com/image.png"
Array of conditions of the badge
The date and time the badge was created
"2021-01-01T00:00:00.000Z"
The date and time the badge was updated
"2021-01-01T00:00:00.000Z"
Whether to hide this badge in the user interface
false
Array of rewards granted when the badge is achieved
Array of user badges
Array of loyalty rules associated with the badge
Array of data jobs associated with the badge