Changes to Get time entry

GET /time-entry/{id}

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

Changed in 7 of the 23 revisions of this API.1520

  1. 08bbb5bedb5d14
  2. 32cece1ebe4331
  3. c45ef22a736c33
  4. 298877d6a79a3
  5. 4b8811b821e633
  6. f6c7baa3692411
  7. 93b23177312618

What changed

  • 08bbb5bedb5d14See the full diff
    • the response property endTime became nullable for the status 200

      response-property-became-nullable

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • the response property endTime became required for the status 200

      response-property-became-required

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

  • 32cece1ebe4331See the full diff
    • the createdAt response's property type/format changed from / to string/date-time for status 200

      response-property-type-changed

    • the endTime response's property type/format changed from / to string/date-time for status 200

      response-property-type-changed

    • the startTime response's property type/format changed from / to string/date-time for status 200

      response-property-type-changed

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

      response-required-property-added

    • the response property description became nullable for the status 200

      response-property-became-nullable

    • the response property duration became nullable for the status 200

      response-property-became-nullable

    • the response property userId became nullable for the status 200

      response-property-became-nullable

    • response property description list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property duration list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property userId list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property description list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property duration list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property userId list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

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

  • 4b8811b821e633See the full diff
    • the response property description became nullable for the status 200

      response-property-became-nullable

    • the response property duration became nullable for the status 200

      response-property-became-nullable

    • the response property userId became nullable for the status 200

      response-property-became-nullable

    • response property description list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property duration list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property userId list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

  • f6c7baa3692411See the full diff
    • the response property endTime became optional for the status 200

      response-property-became-optional

    • removed subschema #1 subschema #2 from the endTime response property anyOf list for the response status 200

      response-property-any-of-removed

  • 93b23177312618See the full diff
    • the response's body type/format changed from / to object/ for status 200

      response-body-type-changed

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added