-
Notifications
You must be signed in to change notification settings - Fork 1.3k
docs: document incident actions #6396
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
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
|
aa76e54
to
21877c3
Compare
Bumping since it has been over a year. Is anything still blocking this? |
ed4d363
to
9935f6d
Compare
Co-Authored-By: val.le <[email protected]>
9935f6d
to
b0bd0bf
Compare
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.
lgtm!
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.
🍗 🍗 🍗
|------------------------|--------------------|----------------------------------------| | ||
| invites_disabled_until | ?ISO8601 timestamp | when invites get enabled again | | ||
| dms_disabled_until | ?ISO8601 timestamp | when direct messages get enabled again | | ||
| dm_spam_detected_at? | ?ISO8601 timestamp | when the dm spam was detected at | |
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.
nit: i think we can remove the "at" at the end so that its just: "when the dm spam was detected"
| invites_disabled_until | ?ISO8601 timestamp | when invites get enabled again | | ||
| dms_disabled_until | ?ISO8601 timestamp | when direct messages get enabled again | | ||
| dm_spam_detected_at? | ?ISO8601 timestamp | when the dm spam was detected at | | ||
| raid_detected_at? | ?ISO8601 timestamp | when the raid was detected at | |
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.
nit: i think we can remove the "at" at the end so that its just: "when the raid was detected"
| Field | Type | Description | | ||
|-------------------------|-----------------------|----------------------------------------------| | ||
| invites_disabled_until? | ?ISO8601 timestamp \* | when invites should be enabled again | |
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.
nit: "when invites will be enabled again"
| Field | Type | Description | | ||
|-------------------------|-----------------------|----------------------------------------------| | ||
| invites_disabled_until? | ?ISO8601 timestamp \* | when invites should be enabled again | | ||
| dms_disabled_until? | ?ISO8601 timestamp \* | when direct messages should be enabled again | |
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.
nit: "when direct messages will be enabled again"
closing in favor of #7360 (with all comments applied) |
@Lulalaby sorry your original commits got clobbered here! Thanks for adding this. Not everyone is used to working in this repo. |
All fine 💞 |
* forking document incident actions discord#6396 * update should to will * fix formatting table oops * fix table again
Waiting for #7098