V1::OrganizationsController

Organizations

index

Get a list of organizations

URL

GET /organizations

Objeto resposta

Array<Organization>

The created organizations

show

View a content organization

URL

GET /organizations/:id

Parâmetros obrigatórios

Nome Tipo Descrição
id Integer

Identifier the organization

Objeto resposta

Organization

The requested organization

create

Create organization

URL

POST /organizations

Parâmetros obrigatórios

Nome Tipo Descrição
organization Hash

The organization to create

update

Update an existing organization

URL

PUT/PATCH /organization/:id

Parâmetros obrigatórios

Nome Tipo Descrição
organization Hash

The organization to update