Skip to main content
POST
Edit athlete post

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Body

application/json
id
integer
required

Post ID

Example:

1

picture
string[] | null

Replacement base64-encoded images (data:image/png;base64,...)

Example:
caption
string | null

Updated caption

Example:

"My new post"

Response

200

Post updated