WorkOS
authorization.organizations.resources.update
Update an existing authorization resource using its external ID.
Remote workos
Other tools also called authorization.organizations.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."
},
"external_id": {
"type": "string",
"description": "An identifier you provide to reference the resource in your system."
},
"organization_id": {
"type": "string",
"description": "The ID of the organization that owns the resource."
},
"parent_resource_id": {
"type": "string",
"description": "The ID of the parent resource."
},
"resource_type_slug": {
"type": "string",
"description": "The slug of the resource type."
},
"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."
}
}
}