Integrations
Workspaces

Dev-only: instantly connects a synthetic MockHub SCM provider to a workspace (no OAuth) and starts an account 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

seednumber
orgstring

Response

Default Response

Changes

Changed in 4 of the 55 revisions of this API.33

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

  • ff4456b002cc11See the full diff
    • ▲

      removed the required property / from the response with the status

      response-required-property-removed

    • ○

      added the required property / to the response with the status

      response-required-property-added

    • ▲

      for the path request parameter workspaceId, the format changed from no format to uuid

      request-parameter-type-changed

    • ▲

      added the pattern ^[a-z0-9-]+$ to the request property

      request-property-pattern-added