Do not miss any Kitsu API changes, ever again

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

RSS

about 2 hours ago

main
1.0.46
Compare
1.0.46

API structure has changed

Next change
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