Add implement version info for some APIs
This commit is contained in:
parent
211e216eff
commit
688eca6667
|
@ -35,4 +35,4 @@ Returns [App]({{< relref "entities.md#app" >}})
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="No" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="No" version="2.0.0" >}}
|
||||
|
|
|
@ -14,4 +14,4 @@ Returns array of [Emoji]({{< relref "entities.md#emoji" >}})
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="No" user="No" version="0.0.0" >}}
|
||||
{{< api_method_info auth="No" user="No" version="2.0.0" >}}
|
||||
|
|
|
@ -14,7 +14,7 @@ Returns array of string.
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="read read:blocks follow" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="read read:blocks follow" version="1.4.0" >}}
|
||||
|
||||
### Parameters
|
||||
|
||||
|
@ -32,7 +32,7 @@ Block a domain to hide all public posts from it, all notifications from it, and
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:blocks follow" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:blocks follow" version="1.4.0" >}}
|
||||
|
||||
### Parameters
|
||||
|
||||
|
@ -46,7 +46,7 @@ Remove a domain block.
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:blocks follow" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:blocks follow" version="1.4.0" >}}
|
||||
|
||||
### Parameters
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ Returns array of [Account]({{< relref "entities.md#account" >}})
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="read read:account" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="read read:account" version="2.5.0" >}}
|
||||
|
||||
### Pagination
|
||||
|
||||
|
@ -28,7 +28,7 @@ Returns [Relationship]({{< relref "entities.md#relationship" >}})
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:accounts" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:accounts" version="2.5.0" >}}
|
||||
|
||||
## POST /api/v1/accounts/:id/unpin
|
||||
|
||||
|
@ -38,4 +38,4 @@ Returns [Relationship]({{< relref "entities.md#relationship" >}})
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:accounts" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:accounts" version="2.5.0" >}}
|
||||
|
|
|
@ -14,7 +14,7 @@ Returns array of [Filter]({{< relref "entities.md#filter" >}})
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="read read:filters" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="read read:filters" version="2.4.3" >}}
|
||||
|
||||
## POST /api/v1/filters
|
||||
|
||||
|
@ -24,7 +24,7 @@ Returns [Filter]({{< relref "entities.md#filter" >}})
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:filters" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:filters" version="2.4.3" >}}
|
||||
|
||||
### Parameters
|
||||
|
||||
|
@ -44,7 +44,7 @@ Returns [Filter]({{< relref "entities.md#filter" >}})
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="read read:filters" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="read read:filters" version="2.4.3" >}}
|
||||
|
||||
## PUT /api/v1/filters/:id
|
||||
|
||||
|
@ -54,7 +54,7 @@ Returns [Filter]({{< relref "entities.md#filter" >}})
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:filters" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:filters" version="2.4.3" >}}
|
||||
|
||||
### Parameters
|
||||
|
||||
|
@ -72,4 +72,4 @@ Delete a text filter.
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:filters" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:filters" version="2.4.3" >}}
|
||||
|
|
|
@ -14,7 +14,7 @@ Returns array of [Account]({{< relref "entities.md#account" >}})
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="read" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="read" version="2.4.3" >}}
|
||||
|
||||
## DELETE /api/v1/suggestions/:account_id
|
||||
|
||||
|
@ -22,4 +22,4 @@ Remove account from suggestions.
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="read" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="read" version="2.4.3" >}}
|
||||
|
|
|
@ -14,7 +14,7 @@ Returns array of [List]({{< relref "entities.md#list" >}})
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="read read:lists" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="read read:lists" version="2.1.0" >}}
|
||||
|
||||
## GET /api/v1/accounts/:id/lists
|
||||
|
||||
|
@ -24,7 +24,7 @@ Returns array of [List]({{< relref "entities.md#list" >}})
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="read read:lists" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="read read:lists" version="2.1.0" >}}
|
||||
|
||||
## GET /api/v1/lists/:id/accounts
|
||||
|
||||
|
@ -34,7 +34,7 @@ Returns array of [Account]({{< relref "entities.md#account" >}})
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="read read:lists" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="read read:lists" version="2.1.0" >}}
|
||||
|
||||
### Parameters
|
||||
|
||||
|
@ -54,7 +54,7 @@ Returns [List]({{< relref "entities.md#list" >}})
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="read read:lists" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="read read:lists" version="2.1.0" >}}
|
||||
|
||||
## POST /api/v1/lists
|
||||
|
||||
|
@ -64,7 +64,7 @@ Returns [List]({{< relref "entities.md#list" >}})
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:lists" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:lists" version="2.1.0" >}}
|
||||
|
||||
### Parameters
|
||||
|
||||
|
@ -80,7 +80,7 @@ Returns [List]({{< relref "entities.md#list" >}})
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:lists" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:lists" version="2.1.0" >}}
|
||||
|
||||
### Parameters
|
||||
|
||||
|
@ -94,7 +94,7 @@ Remove a list.
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:lists" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:lists" version="2.1.0" >}}
|
||||
|
||||
## POST /api/v1/lists/:id/accounts
|
||||
|
||||
|
@ -104,7 +104,7 @@ Add accounts to a list.
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:lists" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:lists" version="2.1.0" >}}
|
||||
|
||||
### Parameters
|
||||
|
||||
|
@ -118,7 +118,7 @@ Remove accounts from a list.
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:lists" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:lists" version="2.1.0" >}}
|
||||
|
||||
### Parameters
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@ Returns [Status]({{< relref "entities.md#status" >}})
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:mutes" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:mutes" version="1.4.2" >}}
|
||||
|
||||
## POST /api/v1/statuses/:id/unmute
|
||||
|
||||
|
@ -70,4 +70,4 @@ Returns [Status]({{< relref "entities.md#status" >}})
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:mutes" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:mutes" version="1.4.2" >}}
|
||||
|
|
|
@ -70,7 +70,7 @@ Returns [Push Subscription]({{< relref "entities.md#push-subscription" >}})
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="push" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="push" version="2.4.0" >}}
|
||||
|
||||
### Parameters
|
||||
|
||||
|
@ -90,7 +90,7 @@ Returns [Push Subscription]({{< relref "entities.md#push-subscription" >}})
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="push" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="push" version="2.4.0" >}}
|
||||
|
||||
## PUT /api/v1/push/subscription
|
||||
|
||||
|
@ -100,7 +100,7 @@ Returns [Push Subscription]({{< relref "entities.md#push-subscription" >}})
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="push" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="push" version="2.4.0" >}}
|
||||
|
||||
### Parameters
|
||||
|
||||
|
@ -117,4 +117,4 @@ Remove the current Web Push API subscription.
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="push" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="push" version="2.4.0" >}}
|
||||
|
|
|
@ -12,7 +12,7 @@ Report an account.
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:reports" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:reports" version="1.1.0" >}}
|
||||
|
||||
### Parameters
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ Returns [Results]({{< relref "entities.md#results" >}})
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="read read:search" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="read read:search" version="2.4.1" >}}
|
||||
|
||||
### Parameters
|
||||
|
||||
|
|
|
@ -140,7 +140,7 @@ Returns [Status]({{< relref "entities.md#status" >}})
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:accounts" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:accounts" version="1.6.0" >}}
|
||||
|
||||
## POST /api/v1/statuses/:id/unpin
|
||||
|
||||
|
@ -150,4 +150,4 @@ Returns [Status]({{< relref "entities.md#status" >}})
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:accounts" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="write write:accounts" version="1.6.0" >}}
|
||||
|
|
|
@ -107,7 +107,7 @@ Returns array of [Status]({{< relref "entities.md#status" >}})
|
|||
|
||||
### Resource information
|
||||
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="read read:statuses" version="0.0.0" >}}
|
||||
{{< api_method_info auth="Yes" user="Yes" scope="read read:statuses" version="2.1.0" >}}
|
||||
|
||||
### Parameters
|
||||
|
||||
|
|
Loading…
Reference in New Issue