peer-group-grading/bruno/project/Create Project.bru
2025-04-02 15:27:26 +02:00

21 lines
225 B
Text

meta {
name: Create Project
type: http
seq: 1
}
post {
url: {{api_base}}/project
body: json
auth: inherit
}
body:json {
{
"name": "{{name}}"
}
}
vars:pre-request {
name: FillThisOutButDontCommitIt!
}