スキーマプロパティーを変更します。
リクエストの例:
PUT /api/storage/v1/schema/priority {"description":"My custom priority level"}
結果例:
HTTP/1.1 202 Accepted X-Zfssa-Nas-Api: 1.0 Content-Type: application/json Content-Length: 90 { "property": { "href": "//api/storage/v1/schema/priority", "type": "Integer", "description": "My custom priority level" } }