Skip to content

Commit

Permalink
docs: explain what export routes actually do in OpenAPI documentation (
Browse files Browse the repository at this point in the history
  • Loading branch information
oplik0 committed Aug 16, 2022
1 parent 4a3e36a commit 72e7b9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/openapi/read/user/userslug/export/posts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ get:
tags:
- users
summary: Export a user's posts (.csv)
description: This route retrieves an existing export of user's posts. To create one go to `/user/{userslug}/consent`
parameters:
- name: userslug
in: path
Expand Down
1 change: 1 addition & 0 deletions public/openapi/read/user/userslug/export/profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ get:
tags:
- users
summary: Export a user's profile data (.json)
description: This route retrieves an existing export of user's profile data. To create one go to `/user/{userslug}/consent`
parameters:
- name: userslug
in: path
Expand Down
1 change: 1 addition & 0 deletions public/openapi/read/user/userslug/export/uploads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ get:
tags:
- users
summary: Export a user's uploads (.zip)
description: This route retrieves an existing export of user's profile data. To create one go to `/user/{userslug}/consent`
parameters:
- name: userslug
in: path
Expand Down

0 comments on commit 72e7b9f

Please sign in to comment.