diff --git a/livingdocs-openapi.json b/livingdocs-openapi.json index 532a38f..e249998 100644 --- a/livingdocs-openapi.json +++ b/livingdocs-openapi.json @@ -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": "team@livingdocs.io" @@ -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 @@ } } } -} +} \ No newline at end of file