Fix project user API endpoints

This commit is contained in:
Brian Zoetewey 2024-11-06 11:59:32 -05:00
parent 36413a023d
commit 50cdd5789c

View File

@ -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