Skip to content

Files

Latest commit

a9c0fd6 · Feb 9, 2025

History

History
66 lines (34 loc) · 1.8 KB

AuthorEditorApi.md

File metadata and controls

66 lines (34 loc) · 1.8 KB

\AuthorEditorApi

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

Method HTTP request Description
delete_author_editor DELETE /api/v1/author/editor
put_author_editor PUT /api/v1/author/editor

delete_author_editor

delete_author_editor(author_editor_resource)

Parameters

Name Type Description Required Notes
author_editor_resource Option<AuthorEditorResource>

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_author_editor

put_author_editor(author_editor_resource)

Parameters

Name Type Description Required Notes
author_editor_resource Option<AuthorEditorResource>

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]