Compute connection metadata by connection ID
API Documentation
Compute Connection Metadata
Use this endpoint to compute and refresh metadata for a connection. Only the connection ID is required - the connection configuration will be fetched automatically from the database.
POST
Compute connection metadata by connection ID
Documentation Index
Fetch the complete documentation index at: https://docs.upsolve.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
apiKey MUST be supplied within the request body instead of query
Body
application/json
POST /v1/api/connection/compute-metadata Request body
The ID of the connection to compute metadata for
Upsolve API key, generated in the Deploy tab of the Upsolve Hub.
Minimum string length:
1Example:
"up_admin_************"
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$