Skip to content

Commit

Permalink
Update timeaccounting.rst - Endpoint Path Spelling Correction
Browse files Browse the repository at this point in the history
The time_accountings update URI has a spelling error

Old Spelling
/api/v1/tickets/{ticket id}/time_accounting/{timeaccounting id}

Corrected Spelling
/api/v1/tickets/{ticket id}/time_accountings/{timeaccounting id}
  • Loading branch information
nichogenius authored Nov 21, 2024
1 parent e76621e commit 5abddd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/ticket/timeaccounting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Update

Required permission: ``admin.time_accounting``

``PUT``-Request sent: ``/api/v1/tickets/{ticket id}/time_accounting/{timeaccounting id}``
``PUT``-Request sent: ``/api/v1/tickets/{ticket id}/time_accountings/{timeaccounting id}``


.. code-block:: json
Expand Down

0 comments on commit 5abddd5

Please sign in to comment.