Merge · Schema

PatchedApplicationCredentialUpdate

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
client_id string
client_secret stringnull
external_id stringnull
View JSON Schema on GitHub

JSON Schema

merge-patchedapplicationcredentialupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PatchedApplicationCredentialUpdate",
  "title": "PatchedApplicationCredentialUpdate",
  "type": "object",
  "properties": {
    "client_id": {
      "type": "string"
    },
    "client_secret": {
      "type": [
        "string",
        "null"
      ]
    },
    "external_id": {
      "type": [
        "string",
        "null"
      ]
    }
  }
}