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: add new fields to CreateMovieRequest and update Movie interface
This change expands the movie creation API by adding several new fields to the CreateMovieRequest and updating the Movie interface structure. The API now supports additional metadata fields and ranking information, making it more comprehensive for movie management.
Key changes:
- Add metadata, more_metadata, rank, and option fields to CreateMovieRequest interface
- Remove description field and add rank field to Movie interface
- Update User-Agent header handling in client configuration
- Update documentation examples and tests to reflect new API structure
🌿 Generated with Fern
* feat: add new fields to CreateMovieRequest and update Movie interface
3
+
* This change expands the movie creation API by adding several new fields to the CreateMovieRequest and updating the Movie interface structure. The API now supports additional metadata fields and ranking information, making it more comprehensive for movie management.
4
+
* Key changes:
5
+
* Add metadata, more_metadata, rank, and option fields to CreateMovieRequest interface
6
+
* Remove description field and add rank field to Movie interface
7
+
* Update User-Agent header handling in client configuration
8
+
* Update documentation examples and tests to reflect new API structure
0 commit comments