Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.25 KB

UpdatesApi.md

File metadata and controls

42 lines (23 loc) · 1.25 KB

\UpdatesApi

All URIs are relative to https://api4.thetvdb.com/v4

Method HTTP request Description
updates GET /updates

updates

crate::models::Updates200Response updates(since, r#type, action, page)

Returns updated entities. methodInt indicates a created record (1), an updated record (2), or a deleted record (3). If a record is deleted because it was a duplicate of another record, the target record's information is provided in mergeToType and mergeToId.

Parameters

Name Type Description Required Notes
since f32 [required]
r#type Option<String>
action Option<String>
page Option<f32> name

Return type

crate::models::Updates200Response

Authorization

bearerAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]