images_image_patch_request

APIs.ioEngineeringPlatform

Properties

Name Type Description
metadata object User modifiable key-value store. Can be used for keeping references to another system of record for managing images. No change if not specified.
requireSignedURLs boolean Indicates whether the image can be accessed using only its UID. If set to `true`, a signed token needs to be generated with a signing key to view the image. Returns a new UID on a change. No change if
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-images-image-patch-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/images_image_patch_request",
  "title": "images_image_patch_request",
  "properties": {
    "metadata": {
      "description": "User modifiable key-value store. Can be used for keeping references to another system of record for managing images. No change if not specified.",
      "type": "object"
    },
    "requireSignedURLs": {
      "description": "Indicates whether the image can be accessed using only its UID. If set to `true`, a signed token needs to be generated with a signing key to view the image. Returns a new UID on a change. No change if not specified.",
      "example": true,
      "type": "boolean"
    }
  },
  "type": "object"
}