Skip to content
Draft
Changes from all commits
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
9 changes: 9 additions & 0 deletions content/nginx-one-console/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ nd-docs: DOCS-1394

Stay up-to-date with what's new and improved in the F5 NGINX One Console.

## January 13, 2026

### API behavior change: conf_path is now optional for PUT/PATCH operations

- The `conf_path` field is now optional when updating configurations for NGINX instances, Config Sync Groups, and Staged Configs with PUT and PATCH operations.
- When `conf_path` is omitted, the system automatically uses the `conf_path` from the existing instance, Config Sync Group, or Staged Config metadata.
- When `conf_path` is provided, it must be an absolute path that references a file present in the provided `configs` array. Providing an invalid path or a path not found in the configs returns a `400 Bad Request` error.
- This is a non-breaking change; existing requests that include `conf_path` will continue to work as before.

## November 25, 2025

### Observability: Usage metrics data now available for Config Sync Groups
Expand Down