strapi-plugin-navigation 3.2.3 → 3.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -363,8 +363,13 @@ Plugin supports both **REST API** and **GraphQL API** exposed by Strapi.
363
363
  > `https://localhost:1337/api/navigation/render/njx99iv4p4txuqp307ye8625?menu=true`
364
364
 
365
365
  - `path` - String value for querying navigation items by its path:
366
+
366
367
  > `https://localhost:1337/api/navigation/render/njx99iv4p4txuqp307ye8625?path=/home/about-us`
367
368
 
369
+ - `status` - Enum value representing the status of the related entity that should be returned. Can be set to `draft` or `published`. The default value is `published`:
370
+
371
+ > `https://localhost:1337/api/navigation/render/njx99iv4p4txuqp307ye8625?status=draft`
372
+
368
373
  ### REST API
369
374
 
370
375
  `GET <host>/api/navigation/?locale=<locale>&orderBy=<orderBy>&orderDirection=<orderDirection>`