Destinations
Get destination UI spec
Retrieve the UI spec for a specific destination type/version.
post/api/v1/project/{projectid}/destinations/spec
Path parameters
projectidstring required
project id (default is 123)
Request body
Example request
{
"type": "postgres",
"version": "v0.2.7"
}Response
OK
Changes
Changed in 2 of the 2 revisions of this API.2
- ○
added the non-success response with the status
413response-non-success-status-added
- ○
- ○
removed the non-success response with the status
413response-non-success-status-removed
- ○