POST /navigation_views
Adds a new custom left sidebar navigation view configuration for the current user.
This can be used both to configure built-in navigation views, or to add new navigation views.
Changes: New in Zulip 11.0 (feature level 390).
Servers
- https://{subdomain}.zulipchat.com/api/v1
- {server}/api/v1
- https://chat.zulip.org/api/v1
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/x-www-form-urlencoded" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
is_pinned |
Boolean | Yes |
Determines whether the view appears directly in the sidebar or is hidden in the "More Views" menu.
|
name |
String | No |
The user-facing name for custom navigation views. Omit this field for built-in views. |
fragment |
String | Yes |
A unique identifier for the view, used to determine navigation behavior when clicked. Clients should use this value to navigate to the corresponding URL hash. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.