Slite · Example Payload

Verifynote

DocumentationKnowledge BaseCollaborationNotesTeamAsynchronous WorkAISearch

Verifynote is an example object payload from Slite, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathexamples

Example Payload

Raw ↑
{
  "operationId": "verifyNote",
  "method": "PUT",
  "path": "/notes/{noteId}/verify",
  "examples": {
    "response_200_Example_1": {
      "id": "noteId",
      "createdAt": "2024-01-01T00:00:00.000Z",
      "updatedAt": "2024-01-01T00:00:00.000Z",
      "lastEditedAt": "2024-01-02T00:00:00.000Z",
      "parentNoteId": "parentNoteId",
      "title": "Slite interconnection",
      "url": "https://slite.slite.com/api/s/noteId/Slite%20interconnection",
      "archivedAt": null
    }
  }
}