Skip to main content
POST
Create a new publisher

인증

Authorization
string
header
필수

Bearer token authentication. Normally a Firebase or Cloud JWT. A 'comfyui-' prefixed API key is ALSO accepted in this header: the prefix classifies the value as an API key and it is validated exactly as if it had been sent in X-API-Key. Accepted on the operations served by the comfyFirebase auth middleware (BE-9720, parity with ingest).

본문

application/json
createdAt
string<date-time>

The date and time the publisher was created.

description
string
id
string

The unique identifier for the publisher. It's akin to a username. Should be lowercase.

URL to the publisher's logo.

members
object[]

A list of members in the publisher.

name
string
source_code_repo
string
status
enum<string>
사용 가능한 옵션:
PublisherStatusActive,
PublisherStatusBanned
support
string
website
string

응답

Publisher created successfully

createdAt
string<date-time>

The date and time the publisher was created.

description
string
id
string

The unique identifier for the publisher. It's akin to a username. Should be lowercase.

URL to the publisher's logo.

members
object[]

A list of members in the publisher.

name
string
source_code_repo
string
status
enum<string>
사용 가능한 옵션:
PublisherStatusActive,
PublisherStatusBanned
support
string
website
string