Update API

APIs.ioEngineeringPlatform

Properties

Name Type Description
api object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-updatepanapi-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/updatePanApi",
  "title": "Update API",
  "type": "object",
  "properties": {
    "api": {
      "type": "object",
      "properties": {
        "parentFolderId": {
          "type": "integer",
          "description": "The API's new parent folder ID.",
          "example": 1
        }
      }
    }
  }
}