Skip to content

Commit

Permalink
fix: add drafts tag and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
looer committed Nov 1, 2023
1 parent 3f0d525 commit 80636a9
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions livingdocs-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down Expand Up @@ -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": "",
Expand Down Expand Up @@ -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"
},
Expand All @@ -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"
}
Expand Down Expand Up @@ -5029,4 +5037,4 @@
}
}
}
}
}

0 comments on commit 80636a9

Please sign in to comment.