Skip to content
Merged
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion 14/umbraco-cms/reference/management-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ You can see an example of how to connect a backoffice user via OAuth2 in Postman

To test a Management API endpoint, follow these steps:

1. Authenticate via the **Authorize** button. Make sure you use `umbraco-swagger` as the `client_id`:
1. Authenticate via the **Authorize** button. Make sure you use `umbraco-swagger` as the `client_id` and in non-production environments you need to leave the `client_secret` blank:

![Umbraco Management API when Authenticated](../images/management-api-swagger-authenticated.png)

Expand Down
Loading