Skip to main content

Release API

Service: release.animeapis.com

The Service name release.animeapis.com is needed to create RPC client stubs.

animeshon.release.v1alpha1.Publisher

MethodsDescription
GetReleaseNo description.
ListReleasesNo description.
CreateReleaseNo description.
UpdateReleaseNo description.
DeleteReleaseThe release is soft-deleted and a grace period is granted before complete deletion. During this grace period the release can be recovered.
UndeleteReleaseThis method allows to recover a release while still in the grace period.
PublishReleaseThe release is marked as immediately available to the public.
UnpublishReleaseThe release is unpublished and marked as a draft, associated non-authoritative will automatically be marked as suspended and hidden from the general public.
ScheduleReleaseThe release is scheduled to be released at a specific future date and time.
CancelReleaseThis method can only be called on scheduled releases. The scheduling is cancelled and the release is marked as a draft.
SuspendReleaseThis method can only be called on published releases marked as active. Any non-authoritative release associated to the specified release will also be automatically marked as suspended.