post https://app.asana.com/api/1.0/projects//project_briefs
Creates a new project brief.
Returns the full record of the newly created project brief.
Responses
Creates a new project brief.
Returns the full record of the newly created project brief.
xxxxxxxxxx
curl --request POST \
--url https://app.asana.com/api/1.0/projects/project_gid/project_briefs \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
15{
"data": {
"gid": "12345",
"resource_type": "project_brief",
"title": "Stuff to buy — Project Brief",
"html_text": "<body>This is a <strong>project brief</strong>.</body>",
"text": "This is a project brief.",
"permalink_url": "https://app.asana.com/0/11111111/22222222",
"project": {
"gid": "12345",
"resource_type": "project",
"name": "Stuff to buy"
}
}
}