The Saved Filter documentation contains an invalid JSON example #7461

Closed
opened 2025-12-29 20:23:41 +01:00 by adam · 0 comments
Owner

Originally created by @jrha on GitHub (Jan 5, 2023).

Originally assigned to: @jeremystretch on GitHub.

Change Type

Correction

Area

Other

Proposed Changes

The current example is:

{
  'tag': ['alpha', 'bravo'],
  'status': 'active',
  'region_id': 51
}

It should instead be:

{
  "tag": ["alpha", "bravo"],
  "status": "active",
  "region_id": 51
}
Originally created by @jrha on GitHub (Jan 5, 2023). Originally assigned to: @jeremystretch on GitHub. ### Change Type Correction ### Area Other ### Proposed Changes The current example is: ```json { 'tag': ['alpha', 'bravo'], 'status': 'active', 'region_id': 51 } ``` It should instead be: ```json { "tag": ["alpha", "bravo"], "status": "active", "region_id": 51 } ```
adam added the status: acceptedtype: documentation labels 2025-12-29 20:23:41 +01:00
adam closed this issue 2025-12-29 20:23:42 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7461