Restore application_id docs (#1583)

* Revert "Remove accidentally included `application_id` params attribute from `ScheduledStatus` (#1572)"

This reverts commit 1204ebeab8.

* Add note about the utter contempt we hold for this useless value

* Update ScheduledStatus.md

Co-authored-by: Claire <claire.github-309c@sitedethib.com>

* Update ScheduledStatus.md

Co-authored-by: David Roetzel <david@roetzel.de>

---------

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Co-authored-by: David Roetzel <david@roetzel.de>
This commit is contained in:
Matt Jankowski 2025-01-09 08:48:47 -05:00 committed by GitHub
parent f06dbf7a14
commit 441d374ce6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 0 deletions

View file

@ -32,6 +32,7 @@ Returned from `POST /api/v1/statuses?status=test post&scheduled_at=2022-09-29`
"idempotency": null,
"with_rate_limit": false,
"in_reply_to_id": null,
"application_id": 3
},
"media_attachments": []
}
@ -53,6 +54,7 @@ Returned from `GET /api/v1/scheduled_statuses`:
"idempotency": null,
"scheduled_at": null,
"spoiler_text": null,
"application_id": 3,
"in_reply_to_id": null,
"with_rate_limit": false
},
@ -171,6 +173,13 @@ Returned from `GET /api/v1/scheduled_statuses`:
**Version history:**\
2.7.0 - added
#### `params[application_id]` {{%deprecated%}} {#params-application_id}
**Description:** Internal ID of the Application that posted the status. Provided for historical compatibility only and can be ignored.\
**Type:** Integer\
**Version history:**\
2.7.0 - added
#### `params[scheduled_at]` {#params-scheduled_at}
**Description:** When the status will be scheduled. This will be null because the status is only scheduled once.\

View file

@ -68,6 +68,7 @@ limit
"idempotency": null,
"scheduled_at": null,
"spoiler_text": null,
"application_id": 596551,
"in_reply_to_id": null
},
"media_attachments": []
@ -126,6 +127,7 @@ Authorization
"idempotency": null,
"scheduled_at": null,
"spoiler_text": null,
"application_id": 596551,
"in_reply_to_id": null
},
"media_attachments": []
@ -198,6 +200,7 @@ scheduled_at
"idempotency": null,
"scheduled_at": null,
"spoiler_text": null,
"application_id": 596551,
"in_reply_to_id": null
},
"media_attachments": []

View file

@ -117,6 +117,7 @@ If scheduled_at is provided, then a ScheduledStatus will be returned instead:
"poll": null,
"idempotency": null,
"in_reply_to_id": null,
"application_id": 596551
},
"media_attachments": []
}