mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
[chore] Specify requestBody schema for post time entry
This commit is contained in:
committed by
Oliver Günther
parent
06039dcbba
commit
d9dbb63bc6
@@ -98,6 +98,11 @@ post:
|
||||
Please note that while there is a fixed set of attributes, custom fields can extend
|
||||
a time entries' attributes and are accepted by the endpoint.
|
||||
operationId: create_time_entry
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '../components/schemas/time_entry_model.yml'
|
||||
responses:
|
||||
'201':
|
||||
description: Created
|
||||
|
||||
Reference in New Issue
Block a user