Change Updates

Do not miss any Kitsu API changes, ever again

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

RSS

15 days ago

main
0.20.82
Compare

API structure has changed

31 structure changes including:
31 Modifications
Modified 31 Breaking
DELETE /data/assets/{asset_id}
  • Query
  • force query parameter Added
GET /data/asset-types
  • Response
  • 200 response Modified
    • application/json content type Added
  • Query
  • project_id query parameter Added
GET /data/asset-types/{asset_type_id}
  • Response
  • 200 response Modified
    • application/json content type Added
GET /data/assets
  • Response
  • 200 response Modified
    • application/json content type Added
  • Query
  • project_id, asset_type_id, page, limit query parameters Added
GET /data/assets/all
  • Response
  • 200 response Modified
    • application/json content type Added
  • Query
  • project_id, asset_type_id, page, limit query parameters Added
GET /data/assets/with-tasks
  • Response
  • 200 response Modified
    • application/json content type Added
  • Query
  • project_id, episode_id, asset_type_id query parameters Added
GET /data/assets/{asset_id}
  • Response
  • 200 response Modified
    • application/json content type Added
GET /data/assets/{asset_id}/asset-asset-instances
  • Response
  • 200 response Modified
    • application/json content type Added
GET /data/assets/{asset_id}/assets
  • Response
  • 200 response Modified
    • application/json content type Added
GET /data/assets/{asset_id}/cast-in
  • Response
  • 200 response Modified
    • application/json content type Added
GET /data/assets/{asset_id}/casting
  • Response
  • 200 response Modified
    • application/json content type Added
GET /data/assets/{asset_id}/scene-asset-instances
  • Response
  • 200 response Modified
    • application/json content type Added
GET /data/assets/{asset_id}/shot-asset-instances
  • Response
  • 200 response Modified
    • application/json content type Added
GET /data/assets/{asset_id}/task-types
  • Response
  • 200 response Modified
    • application/json content type Added
GET /data/assets/{asset_id}/tasks
  • Response
  • 200 response Modified
    • application/json content type Added
  • Query
  • task_type_id, task_status_id query parameters Added
GET /data/entities/{entity_id}/chat
  • Response
  • 200 response Modified
    • application/json content type Added
GET /data/entities/{entity_id}/chat/messages
  • Response
  • 200 response Modified
    • application/json content type Added
GET /data/entities/{entity_id}/chat/messages/{chat_message_id}
  • Response
  • 200 response Modified
    • application/json content type Added
GET /data/projects/{project_id}/asset-types
  • Response
  • 200 response Modified
    • application/json content type Added
GET /data/projects/{project_id}/asset-types/{asset_type_id}/assets
  • Response
  • 200 response Modified
    • application/json content type Added
  • Query
  • page, limit query parameters Added
GET /data/projects/{project_id}/assets
  • Response
  • 200 response Modified
    • application/json content type Added
  • Query
  • asset_type_id, page, limit query parameters Added
GET /data/projects/{project_id}/assets/shared-used
  • Response
  • 200 response Modified
    • application/json content type Added
GET /data/projects/{project_id}/episodes/{episode_id}/assets/shared-used
  • Response
  • 200 response Modified
    • application/json content type Added
GET /data/shots/{shot_id}/asset-types
  • Response
  • 200 response Modified
    • application/json content type Added
POST /actions/assets/share
  • Body
  • application/json content type Modified
    • Content type is now required
      Breaking
    • asset_ids property Modified
      • Property is now required
        Breaking
  • Response
  • 201 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 200 response Added
POST /actions/projects/{project_id}/asset-types/{asset_type_id}/assets/share
  • Response
  • 201 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 200 response Added
POST /actions/projects/{project_id}/assets/share
  • Response
  • 201 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 200 response Added
POST /data/assets/{asset_id}/asset-asset-instances
  • Response
  • 201 response Modified
    • application/json content type Added
POST /data/entities/{entity_id}/chat/messages
  • Response
  • 201 response Modified
    • application/json content type Added
  • 400 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Body
  • application/json, multipart/form-data content types Added
POST /data/projects/{project_id}/asset-types/{asset_type_id}/assets/new
  • Body
  • application/json content type Modified
    • data property Modified
      • Type went from string to object
        Breaking
    • episode_id property Added
  • Response
  • 201 response Modified
    • application/json content type Added
PUT /data/assets/{asset_id}/casting
  • Body
  • application/json content type Modified
    • casting property Added
  • Response
  • 200 response Modified
    • application/json content type Added