curl --request PUT \
--url https://partner.peaka.studio/api/v1/metadata/{projectId}/{catalogId}/{schemaName} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"useWithAI": true
}
'{}curl --request PUT \
--url https://partner.peaka.studio/api/v1/metadata/{projectId}/{catalogId}/{schemaName} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"useWithAI": true
}
'{}

Use the Authorization header with the value 'Bearer
OK