🔥 Remove update_user method

For security reason this cannot be done in the API
This commit is contained in:
Fanyang Meng
2025-02-17 09:33:56 -05:00
parent 709acd45a4
commit 88c5d9644a

View File

@@ -105,7 +105,6 @@ GHOST_API_URL=your_ghost_api_url GHOST_STAFF_API_KEY=your_staff_api_key npx @mod
- `create_invite`: Create a new user invitation email and role_id - `create_invite`: Create a new user invitation email and role_id
- `list_users`: List all users with detailed role information - `list_users`: List all users with detailed role information
- `read_user`: Get comprehensive details of a specific user - `read_user`: Get comprehensive details of a specific user
- `update_user`: Update an existing user's information **(Please note: Ghost has not implemented the ability to update user roles via the API even though they include it in the API documentation)**
- `delete_user`: Delete a specific user - `delete_user`: Delete a specific user
### Members Management ### Members Management