|
3 | 3 | "info": { |
4 | 4 | "title": "Mastodon API", |
5 | 5 | "version": "4.5.0", |
6 | | - "description": "Unofficial documentation for the Mastodon API. Generated with [mastodon-openapi](https://github.com/abraham/mastodon-openapi) from [0afc571](https://github.com/mastodon/documentation/commit/0afc57159aecf25fd22522e948c07b4fdad332a3). Targets [supported](https://github.com/mastodon/mastodon/security/policy#supported-versions) Mastodon versions.", |
| 6 | + "description": "Unofficial documentation for the Mastodon API. Generated with [mastodon-openapi](https://github.com/abraham/mastodon-openapi) from [b1a35a4](https://github.com/mastodon/documentation/commit/b1a35a43a22f647dc9389b0eab7be0cd06d2af9a). Targets [supported](https://github.com/mastodon/mastodon/security/policy#supported-versions) Mastodon versions.", |
7 | 7 | "license": { |
8 | 8 | "name": "GFDL-1.3", |
9 | 9 | "url": "https://www.gnu.org/licenses/fdl-1.3.en.html" |
|
29768 | 29768 | "get": { |
29769 | 29769 | "operationId": "getTimelineLink", |
29770 | 29770 | "summary": "View link timeline", |
29771 | | - "description": "View public statuses containing a link to the specified currently-trending article. This only lists statuses from people who have opted in to discoverability features.\n\nVersion history:\n\n4.3.0 - added", |
| 29771 | + "description": "View public statuses containing a link to the specified currently-trending article. This only lists statuses from people who have opted in to discoverability features.\n\nVersion history:\n\n4.3.0 - added\\\n4.5.0 - add [access control settings]", |
29772 | 29772 | "tags": [ |
29773 | 29773 | "timelines" |
29774 | 29774 | ], |
|
29809 | 29809 | "items": { |
29810 | 29810 | "$ref": "#/components/schemas/Status" |
29811 | 29811 | } |
| 29812 | + }, |
| 29813 | + "examples": { |
| 29814 | + "Status200Example": { |
| 29815 | + "$ref": "#/components/examples/Status200Example" |
| 29816 | + } |
29812 | 29817 | } |
29813 | 29818 | } |
29814 | 29819 | } |
|
30152 | 30157 | "get": { |
30153 | 30158 | "operationId": "getTimelinePublic", |
30154 | 30159 | "summary": "View public timeline", |
30155 | | - "description": "View public statuses.\n\nVersion history:\n\n0.0.0 - added\\\n2.3.0 - added `only_media`\\\n2.6.0 - add `min_id`\\\n3.0.0 - auth is required if public preview is disabled\\\n3.1.4 - added `remote`\\\n3.3.0 - both `min_id` and `max_id` can be used at the same time now", |
| 30160 | + "description": "View public statuses.\n\nVersion history:\n\n0.0.0 - added\\\n2.3.0 - added `only_media`\\\n2.6.0 - add `min_id`\\\n3.0.0 - auth is required if public preview is disabled\\\n3.1.4 - added `remote`\\\n3.3.0 - both `min_id` and `max_id` can be used at the same time now\\\n4.5.0 - add [access control settings]", |
30156 | 30161 | "tags": [ |
30157 | 30162 | "timelines" |
30158 | 30163 | ], |
|
30367 | 30372 | "get": { |
30368 | 30373 | "operationId": "getTimelinesTagByHashtag", |
30369 | 30374 | "summary": "View hashtag timeline", |
30370 | | - "description": "View public statuses containing the given hashtag.\n\nVersion history:\n\n0.0.0 - added\\\n2.3.0 - added `only_media`\\\n2.6.0 - add `min_id`\\\n2.7.0 - add `any[]`, `all[]`, `none[]` for additional tags\\\n3.0.0 - auth is required if public preview is disabled\\\n3.3.0 - both `min_id` and `max_id` can be used at the same time now. add `remote`", |
| 30375 | + "description": "View public statuses containing the given hashtag.\n\nVersion history:\n\n0.0.0 - added\\\n2.3.0 - added `only_media`\\\n2.6.0 - add `min_id`\\\n2.7.0 - add `any[]`, `all[]`, `none[]` for additional tags\\\n3.0.0 - auth is required if public preview is disabled\\\n3.3.0 - both `min_id` and `max_id` can be used at the same time now. add `remote`\\\n4.5.0 - add [access control settings]", |
30371 | 30376 | "tags": [ |
30372 | 30377 | "timelines" |
30373 | 30378 | ], |
@@ -34238,22 +34243,22 @@ |
34238 | 34243 | "null" |
34239 | 34244 | ] |
34240 | 34245 | }, |
34241 | | - "timeline_access": { |
| 34246 | + "timelines_access": { |
34242 | 34247 | "description": "Access restrictions on different timelines.", |
34243 | 34248 | "type": [ |
34244 | 34249 | "object", |
34245 | 34250 | "null" |
34246 | 34251 | ], |
34247 | 34252 | "properties": { |
34248 | 34253 | "live_feeds": { |
34249 | | - "description": "Access restrictions on [public “firehose” feeds]({{< relref \"methods/timelines#public\" >}}).", |
| 34254 | + "description": "Access restrictions on [public feeds]({{< relref \"methods/timelines#public\" >}}).", |
34250 | 34255 | "type": [ |
34251 | 34256 | "object", |
34252 | 34257 | "null" |
34253 | 34258 | ], |
34254 | 34259 | "properties": { |
34255 | 34260 | "local": { |
34256 | | - "description": "Access restrictions for local posts in the public “firehose” feed.", |
| 34261 | + "description": "Access restrictions for local posts in the public feed.", |
34257 | 34262 | "type": [ |
34258 | 34263 | "string", |
34259 | 34264 | "null" |
|
34265 | 34270 | ] |
34266 | 34271 | }, |
34267 | 34272 | "remote": { |
34268 | | - "description": "Access restrictions for remote posts in the public “firehose” feed.", |
| 34273 | + "description": "Access restrictions for remote posts in the public feed.", |
34269 | 34274 | "type": [ |
34270 | 34275 | "string", |
34271 | 34276 | "null" |
|
0 commit comments