post https://api.onset.io/v1/releases
Release status is set to draft and needs to be published by making a subsequent request.
Log in to see full request history
Response
Release status is set to draft and needs to be published by making a subsequent request.
xxxxxxxxxx
10curl --request POST \
--url https://api.onset.io/v1/releases \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"is_pinned": false,
"is_public": false
}
'
Try It!
to start a request and see the response here! Or choose an example: