-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: document incident actions #6396
base: main
Are you sure you want to change the base?
Conversation
a346e66
to
9b749fd
Compare
|
Passing Edit: when only one field is being set. |
It wasn't the previous behavior at least |
any update on this one? |
There also seems to be |
9b749fd
to
4535a74
Compare
@sdanialraza i added the fields to the documentation as well |
Note for future me - this is currently flagged as private in our Open API spec, and I need to go figure out why. |
yeah heard that. surprises me |
2ce659d
to
5f02c9c
Compare
|
5f02c9c
to
aa76e54
Compare
aa76e54
to
21877c3
Compare
```json | ||
{ | ||
"invites_disabled_until": "2023-09-01T14:48:02.222000+00:00", | ||
"dms_disabled_until": null | ||
} | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Either the example is incomplete or dm_spam_detected_at
and raid_detected_at
should be marked as optional in the above table.
###### JSON Params | ||
|
||
> info | ||
> Both `invites_disabled_until` and `dms_disabled_until` can be disabled for a maximal timespan of 24 hours in the future. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> Both `invites_disabled_until` and `dms_disabled_until` can be disabled for a maximal timespan of 24 hours in the future. | |
> Both `invites_disabled_until` and `dms_disabled_until` can be enabled for a maximal timespan of 24 hours in the future. |
Waiting for #7098