3.3.0rc2 (#834)
* add identifier for troubleshooting pages * mention mutes can be temporary now * bell for notifications * convert images to jpg and rename them * suspensions now reversible * unread notifications * suspended: true * mutes expiry * replies_policy, type of notification * notify * featuredTags AP representation * new env vars * accounts merge * maintenance cli * list replies * suspended flag * follower sync * minor formatting * add note about idempotency of follow action * account featured tags, min_id and max_id, plus normalization * follow marcin and nightpool's suggestion * bearcaps * replies_policy update * featuredtags now have a url
This commit is contained in:
parent
7df49f31a1
commit
bcf77cb795
172 changed files with 617 additions and 395 deletions
|
@ -15,11 +15,10 @@ Information about the server.
|
|||
|
||||
**Returns:** Instance\
|
||||
**OAuth:** Public\
|
||||
**Version history:**
|
||||
|
||||
- 1.1.0 - added
|
||||
- 3.0.0 - requires user token if instance is in whitelist mode
|
||||
- 3.1.4 - added `invites_enabled` to response
|
||||
**Version history:**\
|
||||
1.1.0 - added\
|
||||
3.0.0 - requires user token if instance is in whitelist mode\
|
||||
3.1.4 - added `invites_enabled` to response
|
||||
|
||||
{{< endapi-method-description >}}
|
||||
{{< api-method-spec >}}
|
||||
|
@ -97,10 +96,9 @@ Domains that this instance is aware of.
|
|||
|
||||
**Returns:** Array of String\
|
||||
**OAuth:** Public\
|
||||
**Version history:**
|
||||
|
||||
- 2.1.2 - added
|
||||
- 3.0.0 - requires user token if instance is in whitelist mode
|
||||
**Version history:**\
|
||||
2.1.2 - added\
|
||||
3.0.0 - requires user token if instance is in whitelist mode
|
||||
|
||||
{{< endapi-method-description >}}
|
||||
{{< api-method-spec >}}
|
||||
|
@ -125,10 +123,9 @@ Instance activity over the last 3 months, binned weekly.
|
|||
|
||||
**Returns:** Array of Activity\
|
||||
**OAuth:** Public\
|
||||
**Version history:**
|
||||
|
||||
- 2.1.2 - added
|
||||
- 3.0.0 - requires user token if instance is in whitelist mode
|
||||
**Version history:**\
|
||||
2.1.2 - added\
|
||||
3.0.0 - requires user token if instance is in whitelist mode
|
||||
|
||||
{{< endapi-method-description >}}
|
||||
{{< api-method-spec >}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue