Skip to main content

User-related API environment

Production user-related API docs

These pages describe the Production user-related API stack.

Use production OAuth credentials, production API base URLs, and production app URLs when following this documentation.

Need to test before going live? Switch to the Pre-live docs using the environment switcher above.

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...