|
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 [edfa173](https://github.com/mastodon/documentation/commit/edfa1732ff2206410520a9e6559f4f9321540a59). 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 [4f4dc07](https://github.com/mastodon/documentation/commit/4f4dc07606580042a725fc43c62434b520789d6e). 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" |
|
3713 | 3713 | "get": { |
3714 | 3714 | "operationId": "getAccountRelationships", |
3715 | 3715 | "summary": "Check relationships to other accounts", |
3716 | | - "description": "Find out whether a given account is followed, blocked, muted, etc.\n\nVersion history:\n\n0.0.0 - added\\\n4.3.0 - added `with_suspended` parameter", |
| 3716 | + "description": "Find out whether a given account is followed, blocked, muted, etc.\n\nVersion history:\n\n0.0.0 - added\\\n4.3.0 - added `with_suspended` parameter\n4.6.0 - added `muting_expires_at`", |
3717 | 3717 | "tags": [ |
3718 | 3718 | "accounts" |
3719 | 3719 | ], |
|
20603 | 20603 | "get": { |
20604 | 20604 | "operationId": "getSearchV2", |
20605 | 20605 | "summary": "Perform a search", |
20606 | | - "description": "Perform a search for content in accounts, statuses and hashtags with the given parameters. Note that the availability of results depends on the specific backend search configuration of the server being queried. By default, accounts and hashtags are always searchable, while statuses depend on an ElasticSearch backend being present.\n\nVersion history:\n\n2.4.1 - added, limit hardcoded to 5\\\n2.8.0 - add `type`, `limit`, `offset`, `min_id`, `max_id`, `account_id`\\\n3.0.0 - add `exclude_unreviewed` param\\\n3.3.0 - `min_id` and `max_id` can be used together\\\n4.0.0 - no longer requires a user token. Without a valid user token, you cannot use the `resolve` or `offset` parameters.", |
| 20606 | + "description": "Perform a search for content in accounts, statuses and hashtags with the given parameters. Note that the availability of results depends on the specific backend search configuration of the server being queried. By default, accounts and hashtags are always searchable, while statuses depend on an ElasticSearch backend being present and the API request being authenticated (full text search is not available to unauthenticated users).\n\nVersion history:\n\n2.4.1 - added, limit hardcoded to 5\\\n2.8.0 - add `type`, `limit`, `offset`, `min_id`, `max_id`, `account_id`\\\n3.0.0 - add `exclude_unreviewed` param\\\n3.3.0 - `min_id` and `max_id` can be used together\\\n4.0.0 - no longer requires a user token. Without a valid user token, you cannot use the `resolve` or `offset` parameters.", |
20607 | 20607 | "tags": [ |
20608 | 20608 | "search" |
20609 | 20609 | ], |
|
34527 | 34527 | "type": "string" |
34528 | 34528 | }, |
34529 | 34529 | "permissions": { |
34530 | | - "description": "A bitmask that represents the sum of all permissions granted to the role.", |
| 34530 | + "description": "A bitmask that represents the sum of all permissions granted to the role. This is a potentially large integer in decimal representation. The absence of special permissions is denoted by `'0'`.", |
34531 | 34531 | "type": "string" |
34532 | 34532 | } |
34533 | 34533 | }, |
|
0 commit comments