peer-group-grading/bruno/projects/Create Project.bru
Mika 4a550904bf
Some checks failed
ci/woodpecker/push/check_fmt Pipeline failed
add projects controller and API endpoint for project creation
2025-04-02 10:29:51 +02:00

11 lines
122 B
Text

meta {
name: Create Project
type: http
seq: 1
}
post {
url: {{api_base}}/projects
body: none
auth: inherit
}