Skip to content

Commit

Permalink
Move API documentation to a separate page [#350]
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Jun 23, 2011
1 parent 54ddba5 commit 56c629d
Show file tree
Hide file tree
Showing 8 changed files with 888 additions and 865 deletions.
4 changes: 2 additions & 2 deletions docs/en/07-administration/07-chapter1.md
Expand Up @@ -118,7 +118,7 @@ services.
Some important settings:

* `framework.resources.allowedURL.X`: a sequence of regular expressions (for `X` starting at 0 and increasing). These are matched against requested providerURL values when
the `/project/name/resources/refresh` API endpoint is called. See [Refreshing Resources for a Project](#refreshing-resources-for-a-project).
the `/project/name/resources/refresh` API endpoint is called. See [Refreshing Resources for a Project](api/index.html#refreshing-resources-for-a-project).

#### log4j.properties

Expand All @@ -144,7 +144,7 @@ this file:
* `project.resources.url`: (Optional) The URL to an external
[Resource Model Provider](#resource-model-provider).
* `project.resources.allowedURL.X`: a sequence of regular expressions (for `X` starting at 0 and increasing). These are matched against requested providerURL values when
the `/project/name/resources/refresh` API endpoint is called. See [Refreshing Resources for a Project](#refreshing-resources-for-a-project).
the `/project/name/resources/refresh` API endpoint is called. See [Refreshing Resources for a Project](api/index.html#refreshing-resources-for-a-project).

#### jaas-loginmodule.conf

Expand Down
2 changes: 1 addition & 1 deletion docs/en/08-integration/01-chapter9.md
Expand Up @@ -588,7 +588,7 @@ When a RunDeck Job webhook notification is triggered, the server will send a POS

### Execution Notification Content

The content of the POST request will be XML, with a single `<notification>` root element. This element will contain `<executions..><execution>...</execution></executions>` content. This inner content is of the same format as the XML returned from the Web API for Execution information. See the chapter [API - Listing Running Executions](RunDeck-Guide.html#listing-running-executions) for more information.
The content of the POST request will be XML, with a single `<notification>` root element. This element will contain `<executions..><execution>...</execution></executions>` content. This inner content is of the same format as the XML returned from the Web API for Execution information. See the chapter [API - Listing Running Executions](api/index.html#listing-running-executions) for more information.

Attributes of the `notification` element will include:

Expand Down

0 comments on commit 56c629d

Please sign in to comment.