*AccountBlocksApi* | [**blocklistAccountsAccountNameDelete**](docs/AccountBlocksApi.md#blocklistaccountsaccountnamedelete) | **DELETE** /blocklist/accounts/{accountName} | Unblock an account by its handle
*AccountBlocksApi* | [**blocklistAccountsGet**](docs/AccountBlocksApi.md#blocklistaccountsget) | **GET** /blocklist/accounts | List account blocks
*AccountBlocksApi* | [**blocklistAccountsPost**](docs/AccountBlocksApi.md#blocklistaccountspost) | **POST** /blocklist/accounts | Block an account
*AccountsApi* | [**accountsGet**](docs/AccountsApi.md#accountsget) | **GET** /accounts | List accounts
*AccountsApi* | [**accountsNameGet**](docs/AccountsApi.md#accountsnameget) | **GET** /accounts/{name} | Get an account
*AccountsApi* | [**accountsNameRatingsGet**](docs/AccountsApi.md#accountsnameratingsget) | **GET** /accounts/{name}/ratings | List ratings of an account
*ConfigApi* | [**configGet**](docs/ConfigApi.md#configget) | **GET** /config | Get instance public configuration
*FeedsApi* | [**feedsVideoCommentsFormatGet**](docs/FeedsApi.md#feedsvideocommentsformatget) | **GET** /feeds/video-comments.{format} | List comments on videos
*FeedsApi* | [**feedsVideosFormatGet**](docs/FeedsApi.md#feedsvideosformatget) | **GET** /feeds/videos.{format} | List videos
*InstanceFollowsApi* | [**serverFollowersGet**](docs/InstanceFollowsApi.md#serverfollowersget) | **GET** /server/followers | List instance followers
*InstanceFollowsApi* | [**serverFollowingGet**](docs/InstanceFollowsApi.md#serverfollowingget) | **GET** /server/following | List instance followings
*InstanceFollowsApi* | [**serverFollowingHostDelete**](docs/InstanceFollowsApi.md#serverfollowinghostdelete) | **DELETE** /server/following/{host} | Unfollow a server
*MyUserApi* | [**usersMeVideosVideoIdRatingGet**](docs/MyUserApi.md#usersmevideosvideoidratingget) | **GET** /users/me/videos/{videoId}/rating | Get rate of my user for a video
*ServerBlocksApi* | [**blocklistServersGet**](docs/ServerBlocksApi.md#blocklistserversget) | **GET** /blocklist/servers | List server blocks
*ServerBlocksApi* | [**blocklistServersHostDelete**](docs/ServerBlocksApi.md#blocklistservershostdelete) | **DELETE** /blocklist/servers/{host} | Unblock a server by its domain
*ServerBlocksApi* | [**blocklistServersPost**](docs/ServerBlocksApi.md#blocklistserverspost) | **POST** /blocklist/servers | Block a server
*UsersApi* | [**usersGet**](docs/UsersApi.md#usersget) | **GET** /users | List users
*UsersApi* | [**usersIdDelete**](docs/UsersApi.md#usersiddelete) | **DELETE** /users/{id} | Delete a user
*UsersApi* | [**usersIdGet**](docs/UsersApi.md#usersidget) | **GET** /users/{id} | Get a user
*VideoAbusesApi* | [**videosIdAbuseAbuseIdDelete**](docs/VideoAbusesApi.md#videosidabuseabuseiddelete) | **DELETE** /videos/{id}/abuse/{abuseId} | Delete an abuse
*VideoAbusesApi* | [**videosIdAbuseAbuseIdPut**](docs/VideoAbusesApi.md#videosidabuseabuseidput) | **PUT** /videos/{id}/abuse/{abuseId} | Update an abuse
*VideoAbusesApi* | [**videosIdAbusePost**](docs/VideoAbusesApi.md#videosidabusepost) | **POST** /videos/{id}/abuse | Report an abuse
*VideoBlacklistApi* | [**videosBlacklistGet**](docs/VideoBlacklistApi.md#videosblacklistget) | **GET** /videos/blacklist | List blacklisted videos
*VideoBlacklistApi* | [**videosIdBlacklistDelete**](docs/VideoBlacklistApi.md#videosidblacklistdelete) | **DELETE** /videos/{id}/blacklist | Delete an entry of the blacklist of a video by its id
*VideoBlacklistApi* | [**videosIdBlacklistPost**](docs/VideoBlacklistApi.md#videosidblacklistpost) | **POST** /videos/{id}/blacklist | Blacklist a video
*VideoBlocksApi* | [**videosBlacklistGet**](docs/VideoBlocksApi.md#videosblacklistget) | **GET** /videos/blacklist | List blocked videos
*VideoBlocksApi* | [**videosIdBlacklistDelete**](docs/VideoBlocksApi.md#videosidblacklistdelete) | **DELETE** /videos/{id}/blacklist | Unblock a video by its id
*VideoBlocksApi* | [**videosIdBlacklistPost**](docs/VideoBlocksApi.md#videosidblacklistpost) | **POST** /videos/{id}/blacklist | Block a video
*VideoCaptionApi* | [**videosIdCaptionsCaptionLanguageDelete**](docs/VideoCaptionApi.md#videosidcaptionscaptionlanguagedelete) | **DELETE** /videos/{id}/captions/{captionLanguage} | Delete a video caption
*VideoCaptionApi* | [**videosIdCaptionsCaptionLanguagePut**](docs/VideoCaptionApi.md#videosidcaptionscaptionlanguageput) | **PUT** /videos/{id}/captions/{captionLanguage} | Add or replace a video caption
*VideoCaptionApi* | [**videosIdCaptionsGet**](docs/VideoCaptionApi.md#videosidcaptionsget) | **GET** /videos/{id}/captions | List captions of a video
All URIs are relative to *https://peertube.cpy.re/api/v1*
Method | HTTP request | Description
------------- | ------------- | -------------
[**blocklistAccountsAccountNameDelete**](AccountBlocksApi.md#blocklistAccountsAccountNameDelete) | **DELETE** /blocklist/accounts/{accountName} | Unblock an account by its handle
[**blocklistAccountsGet**](AccountBlocksApi.md#blocklistAccountsGet) | **GET** /blocklist/accounts | List account blocks
[**blocklistAccountsPost**](AccountBlocksApi.md#blocklistAccountsPost) | **POST** /blocklist/accounts | Block an account
<aname="blocklistAccountsAccountNameDelete"></a>
# **blocklistAccountsAccountNameDelete**
> blocklistAccountsAccountNameDelete(accountName)
Unblock an account by its handle
### Example
```kotlin
// Import classes:
//import org.peertube.client.infrastructure.*
//import org.peertube.client.models.*
valapiInstance=AccountBlocksApi()
valaccountName:kotlin.String=accountName_example// kotlin.String | account to unblock, in the form `username@domain`
**name** | **kotlin.String**| The name of the account (chocobozzz or chocobozzz@peertube.cpy.re for example) |
**name** | **kotlin.String**| The name of the account (`chocobozzz` or `chocobozzz@example.org` for example) |
### Return type
...
...
@@ -218,17 +218,17 @@ List videos of an account
//import org.peertube.client.models.*
valapiInstance=AccountsApi()
valname:kotlin.String=name_example// kotlin.String | The name of the account (chocobozzz or chocobozzz@peertube.cpy.re for example)
valcategoryOneOf:OneOfLessThanNumberCommaArrayGreaterThan=// OneOfLessThanNumberCommaArrayGreaterThan | category id of the video (see /videos/categories)
valname:kotlin.String=name_example// kotlin.String | The name of the account (`chocobozzz` or `chocobozzz@example.org` for example)
valcategoryOneOf:OneOfLessThanIntegerCommaArrayGreaterThan=// OneOfLessThanIntegerCommaArrayGreaterThan | category id of the video (see /videos/categories)
valtagsOneOf:OneOfLessThanStringCommaArrayGreaterThan=// OneOfLessThanStringCommaArrayGreaterThan | tag(s) of the video
valtagsAllOf:OneOfLessThanStringCommaArrayGreaterThan=// OneOfLessThanStringCommaArrayGreaterThan | tag(s) of the video, where all should be present in the video
vallicenceOneOf:OneOfLessThanNumberCommaArrayGreaterThan=// OneOfLessThanNumberCommaArrayGreaterThan | licence id of the video (see /videos/licences)
vallanguageOneOf:OneOfLessThanStringCommaArrayGreaterThan=// OneOfLessThanStringCommaArrayGreaterThan | language id of the video (see /videos/languages). Use _unknown to filter on videos that don't have a video language
vallicenceOneOf:OneOfLessThanIntegerCommaArrayGreaterThan=// OneOfLessThanIntegerCommaArrayGreaterThan | licence id of the video (see /videos/licences)
vallanguageOneOf:OneOfLessThanStringCommaArrayGreaterThan=// OneOfLessThanStringCommaArrayGreaterThan | language id of the video (see /videos/languages). Use `_unknown` to filter on videos that don't have a video language
valnsfw:kotlin.String=nsfw_example// kotlin.String | whether to include nsfw videos, if any
valfilter:kotlin.String=filter_example// kotlin.String | Special filters (local for instance) which might require special rights: * `local` - only videos local to the instance * `all-local` - only videos local to the instance, but showing private and unlisted videos (requires Admin privileges)
valskipCount:kotlin.String=skipCount_example// kotlin.String | if you don't need the `total` in the response
**name** | **kotlin.String**| The name of the account (chocobozzz or chocobozzz@peertube.cpy.re for example) |
**categoryOneOf** | [**OneOfLessThanNumberCommaArrayGreaterThan**](.md)| category id of the video (see /videos/categories) | [optional]
**name** | **kotlin.String**| The name of the account (`chocobozzz` or `chocobozzz@example.org` for example) |
**categoryOneOf** | [**OneOfLessThanIntegerCommaArrayGreaterThan**](.md)| category id of the video (see /videos/categories) | [optional]
**tagsOneOf** | [**OneOfLessThanStringCommaArrayGreaterThan**](.md)| tag(s) of the video | [optional]
**tagsAllOf** | [**OneOfLessThanStringCommaArrayGreaterThan**](.md)| tag(s) of the video, where all should be present in the video | [optional]
**licenceOneOf** | [**OneOfLessThanNumberCommaArrayGreaterThan**](.md)| licence id of the video (see /videos/licences) | [optional]
**languageOneOf** | [**OneOfLessThanStringCommaArrayGreaterThan**](.md)| language id of the video (see /videos/languages). Use _unknown to filter on videos that don't have a video language | [optional]
**licenceOneOf** | [**OneOfLessThanIntegerCommaArrayGreaterThan**](.md)| licence id of the video (see /videos/licences) | [optional]
**languageOneOf** | [**OneOfLessThanStringCommaArrayGreaterThan**](.md)| language id of the video (see /videos/languages). Use `_unknown` to filter on videos that don't have a video language | [optional]
**nsfw** | **kotlin.String**| whether to include nsfw videos, if any | [optional] [enum: true, false]
**filter** | **kotlin.String**| Special filters (local for instance) which might require special rights: * `local` - only videos local to the instance *`all-local` - only videos local to the instance, but showing private and unlisted videos (requires Admin privileges) | [optional] [enum: local, all-local]
**skipCount** | **kotlin.String**| if you don't need the `total` in the response | [optional] [enum: true, false]
**count** | **java.math.BigDecimal**| Number of items (max: 100) | [optional]
**skipCount** | **kotlin.String**| if you don't need the `total` in the response | [optional] [default to "false"] [enum: true, false]
**start** | **kotlin.Int**| Offset used to paginate results | [optional]
**count** | **kotlin.Int**| Number of items to return | [optional]
**format** | **kotlin.String**| format expected (we focus on making `rss` the most featureful ; it serves Media RSS) | [enum: xml, rss, rss2, atom, atom1, json, json1]
**videoId** | **kotlin.String**| limit listing to a specific video | [optional]
**format** | **kotlin.String**| format expected (we focus on making `rss` the most featureful ; it serves Media RSS) | [enum: xml, rss, rss2, atom, atom1, json, json1]
**accountId** | **kotlin.String**| limit listing to a specific account | [optional]
**accountName** | **kotlin.String**| limit listing to a specific account | [optional]
**videoChannelId** | **kotlin.String**| limit listing to a specific video channel | [optional]
**videoChannelName** | **kotlin.String**| limit listing to a specific video channel | [optional]
**startPosition** | [**java.math.BigDecimal**](java.math.BigDecimal.md) | Start position of the element to reorder (starts from 1) |
**insertAfterPosition** | [**java.math.BigDecimal**](java.math.BigDecimal.md) | New position for the block to reorder (starts from 0, to add the block before the first element) |
**reorderLength** | [**java.math.BigDecimal**](java.math.BigDecimal.md) | How many element from startPosition to reorder (minimum length is 1) | [optional]
**startPosition** | **kotlin.Int** | Start position of the element to reorder |
**insertAfterPosition** | **kotlin.Int** | New position for the block to reorder, to add the block before the first element |
**reorderLength** | **kotlin.Int** | How many element from `startPosition` to reorder | [optional]