mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
feat(API): Add user management endpoints to the Projects Public API (#12329)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in> Co-authored-by: Danny Martini <danny@n8n.io> Co-authored-by: Andreas Fitzek <andreas.fitzek@n8n.io> Co-authored-by: Guillaume Jacquart <jacquart.guillaume@gmail.com>
This commit is contained in:
@@ -82,6 +82,10 @@ paths:
|
||||
$ref: './handlers/projects/spec/paths/projects.yml'
|
||||
/projects/{projectId}:
|
||||
$ref: './handlers/projects/spec/paths/projects.projectId.yml'
|
||||
/projects/{projectId}/users:
|
||||
$ref: './handlers/projects/spec/paths/projects.projectId.users.yml'
|
||||
/projects/{projectId}/users/{userId}:
|
||||
$ref: './handlers/projects/spec/paths/projects.projectId.users.userId.yml'
|
||||
components:
|
||||
schemas:
|
||||
$ref: './shared/spec/schemas/_index.yml'
|
||||
|
||||
Reference in New Issue
Block a user