Skip to content

Latest commit

 

History

History
66 lines (34 loc) · 1.78 KB

MovieEditorApi.md

File metadata and controls

66 lines (34 loc) · 1.78 KB

\MovieEditorApi

All URIs are relative to http://localhost:7878

Method HTTP request Description
delete_movie_editor DELETE /api/v3/movie/editor
put_movie_editor PUT /api/v3/movie/editor

delete_movie_editor

delete_movie_editor(movie_editor_resource)

Parameters

Name Type Description Required Notes
movie_editor_resource Option<MovieEditorResource>

Return type

(empty response body)

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: application/json, text/json, application/*+json
  • Accept: Not defined

[Back to top] [Back to API list] [Back to Model list] [Back to README]

put_movie_editor

put_movie_editor(movie_editor_resource)

Parameters

Name Type Description Required Notes
movie_editor_resource Option<MovieEditorResource>

Return type

(empty response body)

Authorization

apikey, X-Api-Key

HTTP request headers

  • Content-Type: application/json, text/json, application/*+json
  • Accept: Not defined

[Back to top] [Back to API list] [Back to Model list] [Back to README]