V1::OrganizationsController
Organizations
index
Get a list of organizations
URL
GET /organizationsObjeto resposta
Array<Organization> | The created organizations |
show
View a content organization
URL
GET /organizations/:idParâmetros obrigatórios
Nome | Tipo | Descrição |
---|---|---|
id | Integer | Identifier the organization |
Objeto resposta
Organization | The requested organization |
create
Create organization
URL
POST /organizationsParâmetros obrigatórios
Nome | Tipo | Descrição |
---|---|---|
organization | Hash | The organization to create |
update
Update an existing organization
URL
PUT/PATCH /organization/:idParâmetros obrigatórios
Nome | Tipo | Descrição |
---|---|---|
organization | Hash | The organization to update |