Download OpenAPI specification:Download
Every field in the request body is optional, only the fields that are provided in the request body should be updated on the film
| title | string |
| director | string |
{- "title": "string",
- "director": "string"
}{- "film": {
- "id": 0,
- "title": "string",
- "director": "string"
}
}{- "title": "string",
- "type": "string",
- "author": "string"
}{- "book": {
- "id": 0,
- "title": "string",
- "type": "string",
- "author": "string"
}
}| title | string |
| type | string |
| author | string |
{- "title": "string",
- "type": "string",
- "author": "string"
}{- "book": {
- "id": 0,
- "title": "string",
- "type": "string",
- "author": "string"
}
}Every field in the request body is optional, only the fields that are provided in the request body should be updated on the book
| title | string |
| type | string |
| author | string |
{- "title": "string",
- "type": "string",
- "author": "string"
}{- "book": {
- "id": 0,
- "title": "string",
- "type": "string",
- "author": "string"
}
}