Skip to content

Commit

Permalink
changed wording about path to be more precise
Browse files Browse the repository at this point in the history
  • Loading branch information
sarnowski committed Apr 9, 2015
1 parent dca6eda commit 7a4c7ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/twintip.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ This endpoint has to return the following JSON discovery document:
"ui_url": "/ui/"
}
* The **schema_url** can be a relative path or full URL to the schema's definition file.
* The **schema_url** can be an absolute path or full URL to the schema's definition file.
* The **schema_type** is the type of definition to expect from the schema_url. Only well supported currently is 'swagger-2.0'.
* The **ui_url** is optionally and can point to a human-friendly UI with which you can discover the API in more detail, like a Swagger UI.
* The **ui_url** is optional and can point to a human-friendly UI with which you can discover the API in more detail, like a Swagger UI.

TWINTIP will regularly visit your discovery endpoint and check for updates.

0 comments on commit 7a4c7ef

Please sign in to comment.