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:
parent
d7d937847a
commit
1204ebeab8
@ -32,7 +32,6 @@ Returned from `POST /api/v1/statuses?status=test post&scheduled_at=2022-09-29`
|
|||||||
"idempotency": null,
|
"idempotency": null,
|
||||||
"with_rate_limit": false,
|
"with_rate_limit": false,
|
||||||
"in_reply_to_id": null,
|
"in_reply_to_id": null,
|
||||||
"application_id": 3
|
|
||||||
},
|
},
|
||||||
"media_attachments": []
|
"media_attachments": []
|
||||||
}
|
}
|
||||||
@ -54,7 +53,6 @@ Returned from `GET /api/v1/scheduled_statuses`:
|
|||||||
"idempotency": null,
|
"idempotency": null,
|
||||||
"scheduled_at": null,
|
"scheduled_at": null,
|
||||||
"spoiler_text": null,
|
"spoiler_text": null,
|
||||||
"application_id": 3,
|
|
||||||
"in_reply_to_id": null,
|
"in_reply_to_id": null,
|
||||||
"with_rate_limit": false
|
"with_rate_limit": false
|
||||||
},
|
},
|
||||||
@ -173,13 +171,6 @@ Returned from `GET /api/v1/scheduled_statuses`:
|
|||||||
**Version history:**\
|
**Version history:**\
|
||||||
2.7.0 - added
|
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}
|
#### `params[scheduled_at]` {#params-scheduled_at}
|
||||||
|
|
||||||
**Description:** When the status will be scheduled. This will be null because the status is only scheduled once.\
|
**Description:** When the status will be scheduled. This will be null because the status is only scheduled once.\
|
||||||
|
@ -68,7 +68,6 @@ limit
|
|||||||
"idempotency": null,
|
"idempotency": null,
|
||||||
"scheduled_at": null,
|
"scheduled_at": null,
|
||||||
"spoiler_text": null,
|
"spoiler_text": null,
|
||||||
"application_id": 596551,
|
|
||||||
"in_reply_to_id": null
|
"in_reply_to_id": null
|
||||||
},
|
},
|
||||||
"media_attachments": []
|
"media_attachments": []
|
||||||
@ -127,7 +126,6 @@ Authorization
|
|||||||
"idempotency": null,
|
"idempotency": null,
|
||||||
"scheduled_at": null,
|
"scheduled_at": null,
|
||||||
"spoiler_text": null,
|
"spoiler_text": null,
|
||||||
"application_id": 596551,
|
|
||||||
"in_reply_to_id": null
|
"in_reply_to_id": null
|
||||||
},
|
},
|
||||||
"media_attachments": []
|
"media_attachments": []
|
||||||
@ -200,7 +198,6 @@ scheduled_at
|
|||||||
"idempotency": null,
|
"idempotency": null,
|
||||||
"scheduled_at": null,
|
"scheduled_at": null,
|
||||||
"spoiler_text": null,
|
"spoiler_text": null,
|
||||||
"application_id": 596551,
|
|
||||||
"in_reply_to_id": null
|
"in_reply_to_id": null
|
||||||
},
|
},
|
||||||
"media_attachments": []
|
"media_attachments": []
|
||||||
|
@ -117,7 +117,6 @@ If scheduled_at is provided, then a ScheduledStatus will be returned instead:
|
|||||||
"poll": null,
|
"poll": null,
|
||||||
"idempotency": null,
|
"idempotency": null,
|
||||||
"in_reply_to_id": null,
|
"in_reply_to_id": null,
|
||||||
"application_id": 596551
|
|
||||||
},
|
},
|
||||||
"media_attachments": []
|
"media_attachments": []
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user