Skip to content

Commit

Permalink
fix: Get Document by id example (#134)
Browse files Browse the repository at this point in the history
* Update apiary.apib

I tested this api and there is no reference and contentType fields in the response.

* Update apiary.apib

Add missing id parameter.
  • Loading branch information
tkrisztian95 committed Oct 19, 2023
1 parent 85b9941 commit 5426ce6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -6617,13 +6617,14 @@ Typical program flow:

This method provides Document which was found in the database.

+ Parameters
+ id: `99576707-ed8c-44b6-82b8-c3ced8f349d1` (string, required) - document id

+ Response 200 (application/json)

{
"data": {
"id": "283ab1e075f21a",
"reference": "C:\\abc.md",
"contentType": "E-Mail",
"customFields": [
{
"displayName": "Project ID",
Expand Down

0 comments on commit 5426ce6

Please sign in to comment.