Skip to content

Commit 501dd87

Browse files
chore: Addresses Feedback
1 parent 0e03048 commit 501dd87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/nginx-one-console/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Stay up-to-date with what's new and improved in the F5 NGINX One Console.
1313

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

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.
16+
- The `conf_path` field is now optional when updating configurations for NGINX instances, Config Sync Groups, and Staged Configs with PUT and PATCH operations.
17+
- When `conf_path` is omitted, the system automatically uses the `conf_path` from the existing instance, Config Sync Group, or Staged Config metadata.
1818
- 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.
1919
- This is a non-breaking change; existing requests that include `conf_path` will continue to work as before.
2020

0 commit comments

Comments
 (0)