GET /api/architectures
Lister toutes les architectures

GET /api/operatingsystems/:operatingsystem_id/architectures
Liste de toutes les architectures pour le système d'exploitation

Params

Param Name Description
search
Optional

filtrer les résultats


Value: Must be String
order
Optional

trier les resultats


Value: Must be String
page
Optional

paginer les resultats


Value: Must be String
per_page
Optional

nombre d’entier par requête


Value: Must be String
operatingsystem_id
Optional

ID du système d’exploitation


Value: Must be String

GET /api/architectures/:id
Afficher une architecture

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
Créer une architecture

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: fr.apipie.nil_allowed">Nil Allowed</span>

IDs des systèmes d’exploitation


Value: Must be an array of any type

PUT /api/architectures/:id
Mise à jour d'une architecture

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: fr.apipie.nil_allowed">Nil Allowed</span>

IDs des systèmes d’exploitation


Value: Must be an array of any type

DELETE /api/architectures/:id
Supprimer une architecture

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.