Skip to content

feat: add metadata fields to movie creation API#18

Open
fern-api[bot] wants to merge 1 commit into
mainfrom
fern-bot/2025-11-20T22-15Z
Open

feat: add metadata fields to movie creation API#18
fern-api[bot] wants to merge 1 commit into
mainfrom
fern-bot/2025-11-20T22-15Z

Conversation

@fern-api
Copy link
Copy Markdown
Contributor

@fern-api fern-api Bot commented Nov 20, 2025

Add two new metadata fields to the CreateMovieRequest interface and update Movie response type. The changes enhance the movie creation functionality by allowing additional metadata to be stored alongside existing movie data.

Key changes:

  • Add metadata and more_metadata fields to CreateMovieRequest interface
  • Remove description field from Movie response type
  • Update documentation examples and tests to include new metadata fields
  • Remove User-Agent header from client configuration

🌿 Generated with Fern

…n field

This change updates the Movie and CreateMovieRequest interfaces to include new required metadata fields while removing the description field. The createMovie method now accepts additional metadata parameters, and the Movie response structure has been simplified.

Key changes:
- Add metadata and more_metadata fields to CreateMovieRequest interface
- Remove description field from Movie interface  
- Update all code examples and documentation to reflect new API structure
- Remove User-Agent header from client configuration
- Update test fixtures to match new request/response formats

🌿 Generated with Fern
@fern-api fern-api Bot force-pushed the fern-bot/2025-11-20T22-15Z branch from 7f873d0 to 1912234 Compare November 20, 2025 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants