Skip to main content
PATCH
Update a training snapshot

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
notes
string
tags
string[]
quality
string

Quality rating, e.g. "good", "bad", "neutral"

category
string
isArchived
boolean

Response

Training snapshot updated successfully

success
enum<boolean>
required
Available options:
true
data
object
required

Mongoose TrainingSnapshot document. userId and contactId are populated to user/contact docs on read endpoints.

Example:
message
string