We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91fbda9 commit 1634d5eCopy full SHA for 1634d5e
1 file changed
docs/features/configurationReload.md
@@ -26,7 +26,7 @@ $ curl -X POST -G -d @/path/to/secret/file "JENKINS_URL/reload-configuration-as-
26
This Jenkins CLI command is only present when the plugin `configuration-as-code` is installed, and reported in the help message:
27
28
- 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.
+ This endpoint allows you to send your configuration as code directly in the HTTP POST body.
30
31
To use this endpoint, you must:
32
- Authenticate the request using the username and API token of a user with `Administer` permissions.
0 commit comments