projects

Atomically replace a project's display name and config

put/api/v1/projects/{id}

Path parameters

idstring required

Project identifier (registry key).

Project identifier (registry key).

Request body

displayNamestring required

Response

OK

Changes

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

    • 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