Add Application to Workspace
Apps
Add Application to Workspace
Adds an application to an workspace by specifying the workspace and application IDs.
POST
Add Application to Workspace
Documentation Index
Fetch the complete documentation index at: https://docs.vertracloud.app/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the workspace to add the application to.
The ID of the application to add to the workspace.
Response
Error Responses
The error code indicating the reason for failure. Possible values:
FORBIDDEN: The user is not authenticated, lacks sufficient permissions, or is not an owner/admin of the workspace.APP_NOT_FOUND: The specified application does not exist or does not belong to the user.
A descriptive message providing additional details about the error.