Changes to Atomically replace a project's display name and config

PUT /api/v1/projects/{id}

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

Changed in 6 of the 107 revisions of this API.113

  1. 88165c0dc8172
  2. e38191632a2a1
  3. 9c4458b5852c11
  4. f95c2a6af3da6
  5. 4d9ea22ac81f2
  6. a3ea1ef5c3ed1

What changed

    • added the new optional request property config/autoReview

      new-optional-request-property

    • added the optional property project/config/autoReview to the response with the 200 status

      response-optional-property-added

    • added the optional property project/workspaceRepos/items/gitStatus to the response with the 200 status

      response-optional-property-added

  • 9c4458b5852c11See the full diff
    • added the new gitlab enum value to the project/config/trackerIntake/provider response property for the response status 200

      response-property-enum-value-added

    • added the new gitlab enum value to the request property config/trackerIntake/provider

      request-property-enum-value-added

    • added the new optional request property config/agentConfig/mode

      new-optional-request-property

    • added the new optional request property config/orchestrator/agentConfig/mode

      new-optional-request-property

    • added the new optional request property config/worker/agentConfig/mode

      new-optional-request-property

    • added the optional property project/config/agentConfig/mode to the response with the 200 status

      response-optional-property-added

    • added the optional property project/config/orchestrator/agentConfig/mode to the response with the 200 status

      response-optional-property-added

    • added the optional property project/config/worker/agentConfig/mode to the response with the 200 status

      response-optional-property-added

    • added the new optional request property config/containerReap

      new-optional-request-property

    • added the optional property project/config/containerReap to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added