Skip to main content
POST
Create a project

Authorizations

Api-Token
string
header
required

Server-to-server authentication. Generate a token in the admin UI at Settings → Developers → API Access. Send the raw token in the Api-Token header — there is no Bearer prefix.

Tokens can be marked read-only at creation time, in which case the API rejects any non-GET request with 403 Forbidden.

Body

application/json

The new Project resource

name
string
description
string | null
owner
string<iri-reference> | null
Example:

"/api/v1/users/1"

status
string
default:ACTIVE
color
string | null
icon
string | null
objectivesEnabled
boolean
default:false
dateStart
string<date-time> | null
dateEnd
string<date-time> | null
settings
(string | null)[] | null
groups
string<iri-reference>[]
Example:

Response

Project resource created

id
integer
read-only
uuid
string | null
read-only
name
string
description
string | null
owner
object | null
status
string
default:ACTIVE
color
string | null
icon
string | null
objectivesEnabled
boolean
default:false
dateStart
string<date-time> | null
dateEnd
string<date-time> | null
dateCreated
string<date-time>
read-only
dateUpdated
string<date-time> | null
read-only
settings
(string | null)[] | null
objectives
object[]
goals
string<iri-reference>[]
Example:
issueStatuses
object[]
issueTypes
object[]
logo
string<iri-reference> | null
Example:

"/api/v1/media/1"

groups
string<iri-reference>[]
Example: