VisualNovelService_ReconcileVisualNovels
Reconcile visual novels with the search and knowledge base.
Path Parameters
- visualNovel string required
The visualNovel id.
Request Body required
- name string required
The name of the visual novel to reconcile. Use the wildcard
visualNovels/-
to reconcile all visual novels.
- 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/visualNovels/:visualNovel:reconcile
curl -L -X GET 'https://multimedia.animeapis.com' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'
curl -L -X GET 'https://multimedia.animeapis.com' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'
curl -L -X GET 'https://multimedia.animeapis.com' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'
curl -L -X GET 'https://multimedia.animeapis.com' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'