aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src/pages/project-administration
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2019-04-19 13:16:21 +0200
committerSonarTech <sonartech@sonarsource.com>2019-04-29 20:21:06 +0200
commitce786bdafc9fa7e7f8e977f3fb5145b167ff8442 (patch)
tree71a787e59d1c00ee2a4fe362df54eedfcb2f665f /server/sonar-docs/src/pages/project-administration
parentf79d8ec43a87abb4ac79c521b69c63d861a08671 (diff)
downloadsonarqube-ce786bdafc9fa7e7f8e977f3fb5145b167ff8442.tar.gz
sonarqube-ce786bdafc9fa7e7f8e977f3fb5145b167ff8442.zip
SONAR-12000 fix typos in webhook documentation
Diffstat (limited to 'server/sonar-docs/src/pages/project-administration')
-rw-r--r--server/sonar-docs/src/pages/project-administration/webhooks.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/server/sonar-docs/src/pages/project-administration/webhooks.md b/server/sonar-docs/src/pages/project-administration/webhooks.md
index 43e9794eae9..1d7401b9ab0 100644
--- a/server/sonar-docs/src/pages/project-administration/webhooks.md
+++ b/server/sonar-docs/src/pages/project-administration/webhooks.md
@@ -4,7 +4,6 @@ url: /project-administration/webhooks/
---
Webhooks notify external services when a project analysis is complete. An HTTP POST request including a JSON payload is sent to each URL. URLs may be specified at both the project and global levels. Project-level specification does not replace global-level webhooks. All hooks at both levels are called.
-Plugins
The HTTP(S) call:
@@ -24,7 +23,7 @@ If configured, all 20 will be executed.
### Delivery
-The Webhook administration console shows the result and timestamp of the most recent delivery of each webhook with the payload available via the list icon. Results and payloads of earlier deliveries are available from the tools menu to the right of each webhook
+The Webhook administration console shows the result and timestamp of the most recent delivery of each webhook with the payload available via the list icon. Results and payloads of earlier deliveries are available from the tools menu to the right of each webhook.
Response records are purged after 30 days.
@@ -32,7 +31,7 @@ The URL must respond within 10 seconds or the delivery is marked as failed.
### Payload
-An HTTP header "X-SonarQube-Project" with the project key is sent to allow quick identification of the project involved
+An HTTP header "X-SonarQube-Project" with the project key is sent to allow quick identification of the project involved.
The Payload is a JSON document which includes: