Skip to content

Commit 1634d5e

Browse files
authored
Apply suggestion from @timja
1 parent 91fbda9 commit 1634d5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/features/configurationReload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $ curl -X POST -G -d @/path/to/secret/file "JENKINS_URL/reload-configuration-as-
2626
This Jenkins CLI command is only present when the plugin `configuration-as-code` is installed, and reported in the help message:
2727

2828
- via http POST to `JENKINS_URL/configuration-as-code/configure`
29-
This endpoint allows you to send raw YAML directly in the HTTP POST body.
29+
This endpoint allows you to send your configuration as code directly in the HTTP POST body.
3030

3131
To use this endpoint, you must:
3232
- Authenticate the request using the username and API token of a user with `Administer` permissions.

0 commit comments

Comments
 (0)