Skip to content

Commit

Permalink
Update apiary.apib (#133)
Browse files Browse the repository at this point in the history
Fix the provided example for Create a dictionary entry. When a new entry created the response status code is 201 and the type (application/json),
  • Loading branch information
tkrisztian95 committed Oct 19, 2023
1 parent d88be9f commit 85b9941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -6764,7 +6764,7 @@ issues[n].canAddToDictionary: true
"documentId": "283ab1e075f21a" // required if scope=document
}

+ Response 200
+ Response 201 (application/json)

{
"data": {
Expand Down

0 comments on commit 85b9941

Please sign in to comment.