WorkOS

authorization.resources.update

Update an existing authorization resource.

Remote workos

Other tools also called authorization.resources.update? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "A display name for the resource."
    },
    "description": {
      "type": [
        "string",
        "null"
      ],
      "description": "An optional description of the resource."
    },
    "resource_id": {
      "type": "string",
      "description": "The ID of the authorization resource."
    },
    "parent_resource_id": {
      "type": "string",
      "description": "The ID of the parent resource."
    },
    "parent_resource_type_slug": {
      "type": "string",
      "description": "The resource type slug of the parent resource."
    },
    "parent_resource_external_id": {
      "type": "string",
      "description": "The external ID of the parent resource."
    }
  }
}
          

Provider

WorkOS →