Update recognition

Edit the message (reason) of an existing recognition you gave, scoped to
your company. Mirrors the PATCH /api/v1/bonuses/:id endpoint.

Inputs:

  • id (string) — the recognition's BSON ObjectId.
  • reason (string) — the NEW, complete recognition message. This REPLACES
    the entire reason, so include the +amount, @mentions, and #hashtag
    you want to keep (e.g. "+50 @jane.doe Updated message #teamwork"). Omitting
    them drops them from the recognition.

When any required input is missing the response either carries a
requestedSchema (for clients that declared elicitation) or a standard
INVALID_PARAMS error.

Editing is only permitted for recognition you gave/initiated, within
24 hours of creation, and only when the
points haven't already been spent. Returns the updated recognition on success.

Required OAuth scope: recognition:write

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
enum
required
Allowed:
string
enum
required
Allowed:
params
object
required
string
required
Responses

401

Unauthorized

403

Forbidden

Language
Credentials
Bearer
OAuth2 access token
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json