GET /api/architectures
Listar todas as arquiteturas

GET /api/operatingsystems/:operatingsystem_id/architectures
Listar todas as arquiteturas para sistemas operacionais

Params

Param Name Description
search
Optional

filtrar resultados


Value: Must be String
order
Optional

ordenar resultados


Value: Must be String
page
Optional

paginar resultados


Value: Must be String
per_page
Optional

número de entradas por requisições


Value: Must be String
operatingsystem_id
Optional

ID do sistema operacional


Value: Must be String

GET /api/architectures/:id
Exibir uma arquitetura

Params

Param Name Description
id
Required

Value: Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

POST /api/architectures
Criar uma arquitetura

Params

Param Name Description
architecture
Required

Value: Must be a Hash
architecture[name]
Required

Value: Must be String
architecture[operatingsystem_ids]
Optional , <span class="translation_missing" title="translation missing: pt-BR.apipie.nil_allowed">Nil Allowed</span>

IDs de sistemas operacionais


Value: Must be an array of any type

PUT /api/architectures/:id
Atualizar uma arquitetura

Params

Param Name Description
id
Required

Value: Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.
architecture
Required

Value: Must be a Hash
architecture[name]
Optional

Value: Must be String
architecture[operatingsystem_ids]
Optional , <span class="translation_missing" title="translation missing: pt-BR.apipie.nil_allowed">Nil Allowed</span>

IDs de sistemas operacionais


Value: Must be an array of any type

DELETE /api/architectures/:id
Apagar um arquitetura

Params

Param Name Description
id
Required

Value: Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.