diff options
Diffstat (limited to 'docs/api/swagger.yaml')
-rw-r--r-- | docs/api/swagger.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index 5ff5346bc..65d332227 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -9922,6 +9922,16 @@ paths: in: formData name: data[alerts][pending.reblog] type: boolean + - default: all + description: Which accounts to receive push notifications from. + enum: + - all + - followed + - follower + - none + in: formData + name: data[policy] + type: string produces: - application/json responses: @@ -10019,6 +10029,16 @@ paths: in: formData name: data[alerts][pending.reblog] type: boolean + - default: all + description: Which accounts to receive push notifications from. + enum: + - all + - followed + - follower + - none + in: formData + name: data[policy] + type: string produces: - application/json responses: |