Smithery

auth_configs.by_nanoid.update

Modifies an existing authentication configuration with new credentials or other settings. Only specified fields will be updated.

Remote smithery/composio

Other tools also called auth_configs.by_nanoid.update? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "_body": {
      "type": "string",
      "description": "body parameter"
    },
    "nanoid": {
      "type": "string",
      "format": "authConfigId",
      "description": "The unique identifier of the authentication configuration to update"
    }
  }
}