Do not miss any Kitsu API changes, ever again

Subscribe to the Kitsu API changelog to be up to date on recent changes.

RSS

1 day ago

main
1.0.45
Compare

API structure has changed

4 structure changes including:
4 Modifications
Modified 4
GET /data/persons/{instance_id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • country property Added
POST /data/persons
  • Body
  • application/json content type Modified
    • country property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • country property Added
POST /import/csv/persons
  • Response
  • 201 response Modified
    • application/json content type Modified
      • role, departments, studio_id, country, contract_type, position, seniority, daily_salary properties Added
PUT /data/persons/{instance_id}
  • Body
  • application/json content type Modified
    • country property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • country property Added