diff --git a/README.md b/README.md index b01eb41..cfedeca 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,31 @@ Authorization: Bearer } ``` +### `GET` `/files` + +Show files. + +**Required headers**: + +```shell +Authorization: Bearer +``` + +**Example response**: + +```json +{ + "files": [ + { + "bucket": "foo", + "file_name": "output.jpg", + "size": 14523, + "modified_at": "2022-02-14T14:19:07.491308411+01:00" + } + ] +} +``` + ### `GET` `/pipelines/{pipeline}` Show pipeline information.