1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00

Remove accidentally included application_id params attribute from ScheduledStatus (#1572)

This commit is contained in:
Matt Jankowski 2024-12-17 03:54:37 -05:00 committed by GitHub
parent d7d937847a
commit 1204ebeab8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 13 deletions

View File

@ -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.\

View File

@ -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": []

View File

@ -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": []
}