Integrations
Workspaces
Dev-only: instantly connects a synthetic MockHub SCM provider to a workspace (no OAuth) and kicks a first inventory scan of its seeded repos/skills. Rejected with 404 unless NODE_ENV is development, and 503 when the workflow engine could not accept the first scan.
post/experimental/workspaces/{workspaceId}/integrations/mockhub
Path parameters
workspaceIdstring uuid required
Headers
Authorizationstring
Request body
Response
Default Response
Changes
Changed in 2 of the 27 revisions of this API.2
- ▲
for the
pathrequest parameterworkspaceId, the type/format was changed fromstring/tostring/uuidrequest-parameter-type-changed
- ▲
- ▲
added the pattern
^[a-z0-9-]+$to the request propertyorgrequest-property-pattern-added
- ▲