Source Wiki (External APIs)
    • Categories
      • List categories (paginated)
        GET
      • Create a category
        POST
      • Get a single category
        GET
      • Update a category
        PATCH
      • Delete a category
        DELETE
    • Spaces
      • List spaces in a category (paginated)
        GET
      • Create a space
        POST
      • Get a single space
        GET
      • Update a space
        PATCH
      • Delete a space
        DELETE
    • Source Items
      • ProseMirror JSON Schema Reference
      • List source items in a space (paginated)
        GET
      • Create a source item
        POST
      • Get a single source item
        GET
      • Update a source item
        PATCH
      • Delete a source item
        DELETE
    • Schemas
      • User
      • SourceDocument
      • Category
      • Space
      • SourceItem
      • PublishedCategory
      • SuccessEnvelope
      • PaginationMeta
      • PaginationLinks
      • ValidationErrorResponse
      • UnauthenticatedResponse
      • NotFoundResponse
      • ConflictResponse

    PaginationMeta

    {
        "current_page": 1,
        "from": 1,
        "last_page": 5,
        "per_page": 15,
        "to": 15,
        "total": 72
    }
    Built with