Skip to content

Update REST API reference and admin panel documentation #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions docusaurus/docs/cms/api/rest.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
---
---
title: REST API reference
description: Interact with your Content-Types using the REST API endpoints Strapi generates for you.
description: >-
Interact with your Content-Types using the REST API endpoints Strapi generates
for you.
displayed_sidebar: cmsSidebar
tags:
- API
- Content API
- documentId
- Documents
- plural API ID
- REST API
- singular API ID
- API
- Content API
- documentId
- Documents
- plural API ID
- REST API
- singular API ID
---

# REST API reference
Expand Down
37 changes: 33 additions & 4 deletions docusaurus/docs/cms/features/admin-panel.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ title: Admin panel
description: Learn to use the admin panel.
toc_max_heading_level: 5
tags:
- admin panel
- profile
- light mode
- dark mode
- admin panel
- profile
- light mode
- dark mode
---

# Administration panel
Expand Down Expand Up @@ -130,6 +130,35 @@ Both logos can also be customized programmatically via the Strapi application's
}}
/>

### Managing admin seats

**Path to configure the admin panel:** <Icon name="gear-six" /> *Settings > Global settings > Overview*

The Admin Seats section displays information about the number of admin seats in use and the total number of permitted seats. This information is crucial for managing your Strapi application's user capacity.

<ThemedImage
alt="Admin Seats Information"
sources={{
light: '/img/assets/getting-started/admin-seats-info.png',
dark: '/img/assets/getting-started/admin-seats-info_DARK.png',
}}
/>

The Admin Seats section shows:

- The current number of seats in use
- The total number of permitted seats
- A warning icon if you're at or over the seat limit

If you're using all available seats or have exceeded the limit, you'll see options to manage your seats:

- For Self-Hosted (Gold) users: A "Contact sales" link to request additional seats
- For Cloud users: A "Manage seats" link to adjust your seat allocation

:::note
If you're over the seat limit, you won't be able to invite new users until you either increase your seat allocation or remove existing users.
:::

## Usage

:::caution
Expand Down