diff --git a/content/en/entities/ScheduledStatus.md b/content/en/entities/ScheduledStatus.md index 2cd8a08a..6a560eba 100644 --- a/content/en/entities/ScheduledStatus.md +++ b/content/en/entities/ScheduledStatus.md @@ -32,7 +32,6 @@ 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": [] } @@ -54,7 +53,6 @@ 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 }, @@ -173,13 +171,6 @@ Returned from `GET /api/v1/scheduled_statuses`: **Version history:**\ 2.7.0 - added -#### `params[application_id]` {#params-application_id} - -**Description:** ID of the Application that posted the status.\ -**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.\ diff --git a/content/en/methods/scheduled_statuses.md b/content/en/methods/scheduled_statuses.md index 3c8531f3..5ee5e30d 100644 --- a/content/en/methods/scheduled_statuses.md +++ b/content/en/methods/scheduled_statuses.md @@ -68,7 +68,6 @@ limit "idempotency": null, "scheduled_at": null, "spoiler_text": null, - "application_id": 596551, "in_reply_to_id": null }, "media_attachments": [] @@ -127,7 +126,6 @@ Authorization "idempotency": null, "scheduled_at": null, "spoiler_text": null, - "application_id": 596551, "in_reply_to_id": null }, "media_attachments": [] @@ -200,7 +198,6 @@ scheduled_at "idempotency": null, "scheduled_at": null, "spoiler_text": null, - "application_id": 596551, "in_reply_to_id": null }, "media_attachments": [] diff --git a/content/en/methods/statuses.md b/content/en/methods/statuses.md index c2f17675..14c15e4b 100644 --- a/content/en/methods/statuses.md +++ b/content/en/methods/statuses.md @@ -117,7 +117,6 @@ 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": [] }