@@ -597,6 +597,8 @@ paths:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
security:
|
||||
- Bearer: []
|
||||
summary: Delete my account
|
||||
tags:
|
||||
- auth
|
||||
@@ -636,6 +638,8 @@ paths:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
security:
|
||||
- Bearer: []
|
||||
summary: Create user
|
||||
tags:
|
||||
- auth
|
||||
@@ -657,6 +661,8 @@ paths:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
security:
|
||||
- Bearer: []
|
||||
summary: List users
|
||||
tags:
|
||||
- auth
|
||||
@@ -688,6 +694,8 @@ paths:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
security:
|
||||
- Bearer: []
|
||||
summary: Delete user
|
||||
tags:
|
||||
- auth
|
||||
@@ -725,6 +733,8 @@ paths:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
security:
|
||||
- Bearer: []
|
||||
summary: Get user by login
|
||||
tags:
|
||||
- auth
|
||||
@@ -769,6 +779,8 @@ paths:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
security:
|
||||
- Bearer: []
|
||||
summary: Update user
|
||||
tags:
|
||||
- auth
|
||||
@@ -806,6 +818,8 @@ paths:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
security:
|
||||
- Bearer: []
|
||||
summary: Activate user
|
||||
tags:
|
||||
- auth
|
||||
@@ -843,6 +857,8 @@ paths:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
security:
|
||||
- Bearer: []
|
||||
summary: Deactivate user
|
||||
tags:
|
||||
- auth
|
||||
@@ -888,6 +904,8 @@ paths:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
security:
|
||||
- Bearer: []
|
||||
summary: Reset user password
|
||||
tags:
|
||||
- auth
|
||||
@@ -933,6 +951,8 @@ paths:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
security:
|
||||
- Bearer: []
|
||||
summary: Update user permissions
|
||||
tags:
|
||||
- auth
|
||||
@@ -954,6 +974,8 @@ paths:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
security:
|
||||
- Bearer: []
|
||||
summary: List inactive users
|
||||
tags:
|
||||
- auth
|
||||
@@ -973,6 +995,8 @@ paths:
|
||||
additionalProperties:
|
||||
type: string
|
||||
type: object
|
||||
security:
|
||||
- Bearer: []
|
||||
summary: Validate token
|
||||
tags:
|
||||
- auth
|
||||
@@ -996,6 +1020,8 @@ paths:
|
||||
description: Created
|
||||
schema:
|
||||
$ref: '#/definitions/internal_handlers.AddJobOut'
|
||||
security:
|
||||
- Bearer: []
|
||||
summary: Create and run a job on an agent
|
||||
tags:
|
||||
- jobs
|
||||
@@ -1202,6 +1228,8 @@ paths:
|
||||
items:
|
||||
$ref: '#/definitions/gitea_d3m0k1d_ru_d3m0k1d_HellreigN_backend_internal_repository.ScriptInterpreter'
|
||||
type: array
|
||||
security:
|
||||
- Bearer: []
|
||||
summary: List interpreters
|
||||
tags:
|
||||
- scripts
|
||||
@@ -1223,6 +1251,8 @@ paths:
|
||||
description: Created
|
||||
schema:
|
||||
$ref: '#/definitions/gitea_d3m0k1d_ru_d3m0k1d_HellreigN_backend_internal_repository.ScriptInterpreter'
|
||||
security:
|
||||
- Bearer: []
|
||||
summary: Create interpreter
|
||||
tags:
|
||||
- scripts
|
||||
@@ -1238,6 +1268,8 @@ paths:
|
||||
responses:
|
||||
"204":
|
||||
description: No Content
|
||||
security:
|
||||
- Bearer: []
|
||||
summary: Delete interpreter
|
||||
tags:
|
||||
- scripts
|
||||
@@ -1256,6 +1288,8 @@ paths:
|
||||
description: OK
|
||||
schema:
|
||||
$ref: '#/definitions/gitea_d3m0k1d_ru_d3m0k1d_HellreigN_backend_internal_repository.ScriptInterpreter'
|
||||
security:
|
||||
- Bearer: []
|
||||
summary: Get interpreter
|
||||
tags:
|
||||
- scripts
|
||||
@@ -1282,6 +1316,8 @@ paths:
|
||||
description: OK
|
||||
schema:
|
||||
$ref: '#/definitions/gitea_d3m0k1d_ru_d3m0k1d_HellreigN_backend_internal_repository.ScriptInterpreter'
|
||||
security:
|
||||
- Bearer: []
|
||||
summary: Update interpreter
|
||||
tags:
|
||||
- scripts
|
||||
@@ -1304,6 +1340,8 @@ paths:
|
||||
description: Created
|
||||
schema:
|
||||
$ref: '#/definitions/internal_handlers.RunScriptOut'
|
||||
security:
|
||||
- Bearer: []
|
||||
summary: Run a script on an agent
|
||||
tags:
|
||||
- scripts
|
||||
|
||||
Reference in New Issue
Block a user