Skip to content

Commit 0e03048

Browse files
docs: Updates N1 Changelog Regarding API Field Conf_Path
1 parent 794b2b9 commit 0e03048

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

content/nginx-one-console/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ nd-docs: DOCS-1394
99

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

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+
1221
## November 25, 2025
1322

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

0 commit comments

Comments
 (0)