custom-indicator-feeds_permissions_update

APIs.ioEngineeringPlatform

Properties

Name Type Description
success boolean Whether the update succeeded or not
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-custom-indicator-feeds-permissions-update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/custom-indicator-feeds_permissions_update",
  "title": "custom-indicator-feeds_permissions_update",
  "properties": {
    "success": {
      "description": "Whether the update succeeded or not",
      "type": "boolean"
    }
  }
}