Changes to Get a specific project by ID

GET /v1/projects/{project_id}

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

Changed in 3 of the 29 revisions of this API.814

  1. 0f1ebe150574812
  2. ad860831e5241
  3. 1660d0b2cbd91

What changed

  • 0f1ebe150574812See the full diff
    • removed the required property created_at from the response with the 200 status

      response-required-property-removed

    • removed the required property description from the response with the 200 status

      response-required-property-removed

    • removed the required property name from the response with the 200 status

      response-required-property-removed

    • removed the required property project_id from the response with the 200 status

      response-required-property-removed

    • removed the required property updated_at from the response with the 200 status

      response-required-property-removed

    • removed the required property user_email from the response with the 200 status

      response-required-property-removed

    • removed the required property user_id from the response with the 200 status

      response-required-property-removed

    • removed the required property user_name from the response with the 200 status

      response-required-property-removed

    • removed the optional property project_type from the response with the 200 status

      response-optional-property-removed

    • added the new optional query request parameter user_id

      new-optional-request-parameter

    • added the required property project to the response with the 200 status

      response-required-property-added

    • added the optional property project_type to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added