Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions api-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,24 @@ Update an existing link with provided request data. Keep in mind that all link's

+ Attributes (Link)

### Delete a link [DELETE]

Delete a link.

+ Response 204

The existing link has been deleted.

+ Body

+ Response 401

+ Attributes (Error401)

+ Response 404

+ Attributes (Error404)

## History [/history{?since,offset,limit}]

### Get last user actions [GET]
Expand Down