Some checks failed
ci/woodpecker/push/check_fmt Pipeline failed
get specific project is not working yet
21 lines
225 B
Text
21 lines
225 B
Text
meta {
|
|
name: Create Project
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
post {
|
|
url: {{api_base}}/project
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"name": "{{name}}"
|
|
}
|
|
}
|
|
|
|
vars:pre-request {
|
|
name: FillThisOutButDontCommitIt!
|
|
}
|