Changes to Create automation

POST /api/v1/automations

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

Changed in 4 of the 134 revisions of this API.947

  1. 7bdeefd151cd12
  2. 0a0810535f53734
  3. 57aaacdfd18e11
  4. 5111129c56431

What changed

  • 7bdeefd151cd12See the full diff
    • added the new required request property environment_id

      new-required-request-property

    • added the required property environment_id to the response with the 201 status

      response-required-property-added

    • added the required property last_error to the response with the 201 status

      response-required-property-added

  • 0a0810535f53734See the full diff
    • added the new required request property workflow

      new-required-request-property

    • the target request property type/format changed from object/ to /

      request-property-type-changed

    • added GitRunTarget NoneRunTarget FolderRunTarget to the target response property oneOf list for the response status 201

      response-property-one-of-added

    • the target response's property type/format changed from object/ to / for status 201

      response-property-type-changed

    • removed the required property target/ref from the response with the 201 status

      response-required-property-removed

    • removed the required property target/repository from the response with the 201 status

      response-required-property-removed

    • removed the required property target/workflow from the response with the 201 status

      response-required-property-removed

    • removed the request property target/ref

      request-property-removed

    • removed the request property target/repository

      request-property-removed

    • removed the request property target/workflow

      request-property-removed

    • added discriminator to target request property

      request-property-discriminator-added

    • added GitRunTarget NoneRunTarget FolderRunTarget to the target request property oneOf list

      request-property-one-of-added

    • added discriminator to target response property for the response status 201

      response-property-discriminator-added

    • added the required property workflow to the response with the 201 status

      response-required-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 57aaacdfd18e11See the full diff
    • removed the required property enabled from the response with the 201 status

      response-required-property-removed

    • removed the request property enabled

      request-property-removed

    • endpoint added

      endpoint-added