You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: update movie API with additional metadata fields
Updated the movie creation and retrieval API to include new metadata fields
and removed deprecated description field. These changes enhance the movie
data model with more flexible metadata storage options.
Key changes:
- Add metadata and more_metadata fields to CreateMovieRequest interface
- Remove description field from Movie interface
- Update documentation examples with new required fields
- Remove User-Agent header from client configuration
- Update test cases to reflect new API structure
🌿 Generated with Fern
0 commit comments