v44

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-20129390589.6 KB
admin

⚠️ This endpoint is in public preview.

patch/preview/v2/admin/instance_sku_properties/{key}

Path parameters

keystring required
Example:my-resource-name

Property key to patch

Request body

display_namestring nullable
descriptionstring nullable
documentation_linkstring nullable
requiredboolean nullable
set_stableboolean
set_deprecatedboolean
deprecation_infostring nullable
internal_notestring nullable
set_deletedboolean

Response

Updated property key

Example response

{
  "key": {
    "name": "my-resource-name",
    "stable_at": 1738972800,
    "deprecated_at": 1738972800,
    "deleted_at": 1738972800,
    "created_at": 1738972800,
    "updated_at": 1738972800
  },
  "coverage": {
    "sample_missing": [
      "isku_k3R-nX9vLm7Qp2Yw5Jd8F"
    ],
    "sample_unregistered_values": [
      "isku_k3R-nX9vLm7Qp2Yw5Jd8F"
    ]
  }
}