Add comment to pin

Adds a new comment to an existing pin.

  • Anonymous users: Must provide authorName and optionally authorEmail

    • Authenticated users: Author info is automatically set from user profile (can add X-API-KEY header)

    Path Parameters

    ParameterTypeRequiredDescription
    pinUuidstring (UUID)YesPin unique identifier

    Body Fields

    FieldTypeRequiredDescription
    contentstringYesComment content
    authorNamestringNo*Name of the author (*required if anonymous)
    authorEmailstringNoEmail of the author

    Response Fields

    FieldTypeDescription
    uuidstringComment unique identifier
    contentstringComment text
    authorNamestringAuthor name
    authorEmailstringAuthor email
    authorobject/nullUser object if authenticated
    createdAtdatetimeCreation timestamp

    Response

    • 201 Created: Comment successfully created
    • 400 Bad Request: Missing content field
    • 404 Not Found: Pin not found
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string
string
string
Responses
201

Resource created

400

Bad request

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!