-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"info": { | ||
"description": "This is to quickly test the Livingdocs Public API. First create a project on [Livingdocs](edit.livingdocs.io). Then create a API token for that project. Use the token to authorize your requests. You can find out more about Livingdocs [http://livingdocs.io](http://livingdocs.io). ", | ||
"version": "release-2023-11", | ||
"title": "Livingdocs Demo", | ||
"title": "Livingdocs Public API", | ||
"termsOfService": "http://livingdocs.io/terms/", | ||
"contact": { | ||
"email": "[email protected]" | ||
|
@@ -46,6 +46,14 @@ | |
"url": "https://docs.livingdocs.io/reference/public-api/publications/" | ||
} | ||
}, | ||
{ | ||
"name": "Drafts", | ||
"description": "Drafts", | ||
"externalDocs": { | ||
"description": "Docs", | ||
"url": "https://docs.livingdocs.io/reference/public-api/drafts/" | ||
} | ||
}, | ||
{ | ||
"name": "Document Lists", | ||
"description": "", | ||
|
@@ -3146,7 +3154,7 @@ | |
"description": "A limit for how much documents to retrieve. Defaults to 100. Max. 100.", | ||
"schema": { | ||
"type": "integer", | ||
"example": "100" | ||
"example": 100 | ||
}, | ||
"in": "query" | ||
}, | ||
|
@@ -3155,7 +3163,7 @@ | |
"description": "An offset into the query. Useful when getting more than 100 results (pagination).", | ||
"schema": { | ||
"type": "integer", | ||
"example": "0" | ||
"example": 0 | ||
}, | ||
"in": "query" | ||
} | ||
|
@@ -5029,4 +5037,4 @@ | |
} | ||
} | ||
} | ||
} | ||
} |