Create deploy token on site creation
This commit is contained in:
+8
-1
@@ -5,6 +5,13 @@ definitions:
|
||||
message:
|
||||
type: string
|
||||
type: object
|
||||
models.CreateSiteResponse:
|
||||
properties:
|
||||
raw_deploy_token:
|
||||
type: string
|
||||
site:
|
||||
$ref: '#/definitions/models.Site'
|
||||
type: object
|
||||
models.CustomHeaders:
|
||||
properties:
|
||||
headers:
|
||||
@@ -456,7 +463,7 @@ paths:
|
||||
"200":
|
||||
description: OK
|
||||
schema:
|
||||
$ref: '#/definitions/models.Site'
|
||||
$ref: '#/definitions/models.CreateSiteResponse'
|
||||
"400":
|
||||
description: Bad Request
|
||||
schema:
|
||||
|
||||
Reference in New Issue
Block a user