curl --request POST \
--url https://ardent-sandpiper-70.convex.cloud/api/run/svc/repo_config/public/create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"args": {
"baggage": {
"trace_id": "<string>",
"traffic_type": "external"
},
"name": "<string>",
"owner": "<string>",
"artifact_config": {
"dir": "<string>"
},
"backend_config": "<unknown>",
"background_jobs": [
{
"command": "<string>",
"description": "<string>",
"name": "<string>"
}
],
"claude_config": {
"model": "<string>",
"permission_mode": "<string>"
},
"copy_ignored_files": [
"<string>"
],
"editor": "<string>",
"service_config": "<unknown>",
"user": "<string>"
}
}
'{
"status": "success",
"errorMessage": "<string>",
"errorData": {},
"value": "<unknown>"
}curl --request POST \
--url https://ardent-sandpiper-70.convex.cloud/api/run/svc/repo_config/public/create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"args": {
"baggage": {
"trace_id": "<string>",
"traffic_type": "external"
},
"name": "<string>",
"owner": "<string>",
"artifact_config": {
"dir": "<string>"
},
"backend_config": "<unknown>",
"background_jobs": [
{
"command": "<string>",
"description": "<string>",
"name": "<string>"
}
],
"claude_config": {
"model": "<string>",
"permission_mode": "<string>"
},
"copy_ignored_files": [
"<string>"
],
"editor": "<string>",
"service_config": "<unknown>",
"user": "<string>"
}
}
'{
"status": "success",
"errorMessage": "<string>",
"errorData": {},
"value": "<unknown>"
}Token of the format "Bearer {token}" for normal authentication and "Convex {token}" for admin tokens.
Show child attributes