Document Category
Last updated
Last updated
Only admins and super admins can create, update and delete document categories.
A document category is the way to group different documents and return them all to the frontend for their use.
As you can see in the image, you can have a Settings document category, and put all the documents that need to be there.
Then the frontend can call the get /contents/documents
endpoint, passing Settings as the category name, and get the documents.
Keep in mind:
Every document should have a category, and every category can only have documents with a unique name.
The document category name is also unique. That means you can't have multiple categories with the same name.