Skip to main content
PATCH
Rename Journal

Authorizations

Authorization
string
header
required

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

Body

application/json

Request model for editing a journal title.

journal_id
string
required

The ID of the journal.

title
string
required

The title of the journal.

Response

Successful Response

Response model for editing a journal title.

success
boolean
required
message
string | null
old_title
string | null
new_title
string | null
journal_id
string | null
timestamp
string