TrackerService_ImportTrackers
TrackerService_ImportTrackers
Path Parameters
- user string required
The user id.
Request Body required
- parent string required
- provider enum
Possible values: [
PROVIDER_UNSPECIFIED
,MYANIMELIST
,MANGADEX
,ANILIST
,ANIDB
,MANGAUPDATES
,VNDB
]
- 200
- default
OK
Schema
- name string
The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the
name
should be a resource name ending withoperations/{unique_id}
. metadata object
- done boolean
If the value is
false
, it means the operation is still in progress. Iftrue
, the operation is completed, and eithererror
orresponse
is available. error object
response object
Default error response
Schema
- code int32
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
- message string
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
details object[]
POST /v1alpha1/users/:user/trackers:import
curl -L -X GET 'https://tracker.animeapis.com' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'
curl -L -X GET 'https://tracker.animeapis.com' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'
curl -L -X GET 'https://tracker.animeapis.com' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'
curl -L -X GET 'https://tracker.animeapis.com' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'