POST
UpdateExternalTrackingProfileVisibility
UpdateExternalTrackingProfileVisibility controls whether the verified provider identity may be shown on the user's FireAnime profile.
/api.v1.tracking.ExternalTrackingService/UpdateExternalTrackingProfileVisibility Bearer required01
Request
UpdateExternalTrackingProfileVisibilityRequest
UpdateExternalTrackingProfileVisibilityRequestapi.v1.tracking.UpdateExternalTrackingProfileVisibilityRequest2 fields
Update External Tracking Profile Visibility Request message.
providerstringStable provider key: "anilist" or "mal".
profileVisibleboolTrue opts the verified provider identity into public profile display.
{
"provider": "string",
"profileVisible": false
}02
Response
UpdateExternalTrackingProfileVisibilityResponse
UpdateExternalTrackingProfileVisibilityResponseapi.v1.tracking.UpdateExternalTrackingProfileVisibilityResponse1 fields
Update External Tracking Profile Visibility Response message.
profileVisibleboolThe stored visibility after the update.
{
"profileVisible": false
}03
Error handling
Common failure codes
unauthenticatedThe Bearer token is missing or invalid.
invalid_argumentThe request payload failed validation.
internalThe service could not complete the operation.