POST
/
api
/
v1
/
badge_hours
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "hours": 123,
  "title": "<string>",
  "comment": "<string>",
  "owner": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "fullName": "<string>",
    "logo": "<string>"
  },
  "dateCreated": "2023-11-07T05:31:56Z",
  "dateBegin": "2023-11-07T05:31:56Z",
  "dateEnd": "2023-11-07T05:31:56Z"
}

Body

The new BadgeHour resource

hours
integer
title
string
comment
string | null
user
string<iri-reference>
Example:

"https://example.com/"

dateBegin
string<date-time> | null
dateEnd
string<date-time> | null

Response

BadgeHour resource created

@context
@id
string
@type
string
id
integer
hours
integer
title
string
comment
string | null
owner
object | null
dateCreated
string<date-time> | null
dateBegin
string<date-time> | null
dateEnd
string<date-time> | null