Changes to Create Workflow Version

POST /api/v1/workflow-versions

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 3 of the 134 revisions of this API.23

  1. 64a24779d39511
  2. 6d9c2ee8b49511
  3. adbc4b7112841

What changed

  • 64a24779d39511See the full diff
    • changed the pattern of the request property workflow_dependencies/additionalProperties/ from ^[0-9a-f]{64}$ to ^[0-9A-Fa-f]{64}$

      request-property-pattern-changed

    • the workflow_version_id response's property pattern was changed from ^[0-9a-f]{64}$ to ^[0-9A-Fa-f]{64}$ for the status 201

      response-property-pattern-changed

  • 6d9c2ee8b49511See the full diff
    • changed the pattern of the request property workflow_dependencies/additionalProperties/ from ^[0-9a-f]{64}$ to ^[0-9A-Fa-f]{64}$

      request-property-pattern-changed

    • the workflow_version_id response's property pattern was changed from ^[0-9a-f]{64}$ to ^[0-9A-Fa-f]{64}$ for the status 201

      response-property-pattern-changed

    • endpoint added

      endpoint-added