mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
10d472052d
- split into read and write models - add custom field pattern properties - improved description for endpoints - add extracted examples
18 lines
401 B
YAML
18 lines
401 B
YAML
# Example: Version create request
|
|
---
|
|
description: Request to create a basic version with custom fields
|
|
value:
|
|
name: v0.9.1-alpha
|
|
startDate: "2026-02-02"
|
|
endDate: "2026-02-09"
|
|
status: open
|
|
sharing: tree
|
|
customField14: true
|
|
_links:
|
|
definingProject:
|
|
href: "/api/v3/projects/10"
|
|
title: "Death Star"
|
|
customField23:
|
|
href: "/api/v3/users/18"
|
|
title: "Mara Jade"
|