Skip to content

Commit

Permalink
docs: Adding description doc
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed May 26, 2022
1 parent 3aa5b3e commit 79319eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ You can register webhook listeners on folders and receive an HTTP notification w
- `delete` occurs when an item is deleted
- `start` occurs when fibr start and do something on an item
- `access` occurs when content is accessed (directory browsing or just one file)
- `description` occurs when a description is written on the story mode

The request sent is a POST with 15s timeout with the given payload structure:

Expand All @@ -101,6 +102,9 @@ The request sent is a POST with 15s timeout with the given payload structure:
"isDir": false,
"size": 177
},
"metadata": {
"description": "content"
},
"type": "upload"
}
```
Expand Down

0 comments on commit 79319eb

Please sign in to comment.