Skip to main content

Publish note

Publish a note to QR.

Path Parameters
    noteId string required

    The unique identifier of the note to be retrieved or manipulated.

Request Body
    body string required

    Possible values: >= 6 characters and <= 10000 characters

    The main content of the note, must be between the specified minimum and maximum length.

    ranges string[]

    Possible values: Value must match regular expression ^(\d+):(\d+)-(\d+):(\d+)$

    An array of verse ranges associated with the note.

Responses

Request has been handled successfully.


Schema
    success boolean
    data object

    Response object indicating the success of the note publishing operation and the optional post ID if successful.

    success boolean required
    postId float
Loading...