Create deploy token on site creation
This commit is contained in:
+12
-1
@@ -567,7 +567,7 @@
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/models.Site"
|
||||
"$ref": "#/definitions/models.CreateSiteResponse"
|
||||
}
|
||||
},
|
||||
"400": {
|
||||
@@ -937,6 +937,17 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"models.CreateSiteResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"raw_deploy_token": {
|
||||
"type": "string"
|
||||
},
|
||||
"site": {
|
||||
"$ref": "#/definitions/models.Site"
|
||||
}
|
||||
}
|
||||
},
|
||||
"models.CustomHeaders": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user