GET /api/architectures
List all architectures

GET /api/operatingsystems/:operatingsystem_id/architectures
List all architectures for operating system

Params

Param Name Description
search
Optional

필터 결과


Value:

Must be String

order
Optional

결과 정렬


Value:

Must be String

page
Optional

페이지네이션 결과


Value:

Must be String

per_page
Optional

요청 당 항목 수


Value:

Must be String

operatingsystem_id
Optional

ID of operating system


Value:

Must be String


GET /api/architectures/:id
Show an 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
Create an 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: ko.apipie.nil_allowed">Nil Allowed</span>

Operating system IDs


Value:

Must be an array of any type


PUT /api/architectures/:id
Update an 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: ko.apipie.nil_allowed">Nil Allowed</span>

Operating system IDs


Value:

Must be an array of any type


DELETE /api/architectures/:id
Delete an 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.