mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-12-04 15:21:05 +01:00
Fix project user API endpoints
This commit is contained in:
parent
36413a023d
commit
50cdd5789c
@ -141,6 +141,9 @@ definitions:
|
||||
type: string
|
||||
username:
|
||||
type: string
|
||||
role:
|
||||
type: string
|
||||
enum: [owner, manager, task_runner, guest]
|
||||
|
||||
ProjectBackup:
|
||||
type: object
|
||||
@ -1510,6 +1513,8 @@ paths:
|
||||
enum: [owner, manager, task_runner, guest]
|
||||
example: owner
|
||||
summary: Update user role
|
||||
tags:
|
||||
- project
|
||||
responses:
|
||||
204:
|
||||
description: User updated
|
||||
|
Loading…
Reference in New Issue
Block a user