You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to update the permissions for user roles within the API. Specifically, the permissions for the “Editor” role should be modified to include access to the new “Content Management” endpoints that were recently added.
Acceptance Criteria
1 The “Editor” role must have the following additional permissions:
• Access to POST /content/create
• Access to PUT /content/update
• Access to DELETE /content/remove
2. Ensure that these permissions do not interfere with existing permissions for the “Editor” role.
3. Update the API documentation to reflect the changes in the permissions for the “Editor” role.
4. Verify that the changes are covered by unit tests, ensuring that the “Editor” role can only access the specified endpoints.
The text was updated successfully, but these errors were encountered:
We need to update the permissions for user roles within the API. Specifically, the permissions for the “Editor” role should be modified to include access to the new “Content Management” endpoints that were recently added.
Acceptance Criteria
1 The “Editor” role must have the following additional permissions:
• Access to POST /content/create
• Access to PUT /content/update
• Access to DELETE /content/remove
2. Ensure that these permissions do not interfere with existing permissions for the “Editor” role.
3. Update the API documentation to reflect the changes in the permissions for the “Editor” role.
4. Verify that the changes are covered by unit tests, ensuring that the “Editor” role can only access the specified endpoints.
The text was updated successfully, but these errors were encountered: