You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/nginx-one-console/changelog.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,15 @@ nd-docs: DOCS-1394
9
9
10
10
Stay up-to-date with what's new and improved in the F5 NGINX One Console.
11
11
12
+
## January 13, 2026
13
+
14
+
### API behavior change: conf_path is now optional for PUT/PATCH operations
15
+
16
+
- The `conf_path` field is now optional when updating configurations for NGINX instances and Config Sync Groups via PUT and PATCH operations.
17
+
- When `conf_path` is omitted, the system automatically uses the `conf_path` from the existing instance or Config Sync Group metadata.
18
+
- 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.
19
+
- This is a non-breaking change; existing requests that include `conf_path` will continue to work as before.
20
+
12
21
## November 25, 2025
13
22
14
23
### Observability: Usage metrics data now available for Config Sync Groups
0 commit comments