publishing ยท version 0.1.0

List publishing actions for a run

GET /api/runs/{runId}/publish/dry-run

Request

GET https://sourced.sh/api/runs/{runId}/publish/dry-run

Parameters

NameLocationRequiredDescription
runIdpathYesRun identifier. string

Responses

200

Publishing actions for the run.

application/json

type: object
required: actions
properties:
  actions (required): array
    type: array

401

403

Back to version index