PUT
/
publishers
/
{publisherId}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

publisherId
string
required

Body

application/json
createdAt
string

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.

logo
string

URL to the publisher's logo.

members
object[]

A list of members in the publisher.

name
string
source_code_repo
string
status
enum<string>
Available options:
PublisherStatusActive,
PublisherStatusBanned
support
string
website
string

Response

200 - application/json
createdAt
string

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.

logo
string

URL to the publisher's logo.

members
object[]

A list of members in the publisher.

name
string
source_code_repo
string
status
enum<string>
Available options:
PublisherStatusActive,
PublisherStatusBanned
support
string
website
string