GET /api/architectures
アーキテクチャ一覧

GET /api/operatingsystems/:operatingsystem_id/architectures
オペレーティングシステム用のすべてのアーキテクチャを一覧表示

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


Value: Must be String

GET /api/architectures/:id
アーキテクチャの表示

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
アーキテクチャの作成

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

オペレーティングシステム IDs


Value: Must be an array of any type

PUT /api/architectures/:id
アーキテクチャの更新

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

オペレーティングシステム IDs


Value: Must be an array of any type

DELETE /api/architectures/:id
アーキテクチャの削除

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.