mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
chore: Minor Public API docs changes (no-changelog) (#15969)
This commit is contained in:
@@ -4,7 +4,7 @@ delete:
|
|||||||
tags:
|
tags:
|
||||||
- Projects
|
- Projects
|
||||||
summary: Delete a user from a project
|
summary: Delete a user from a project
|
||||||
description: Delete a user from a project from your instance.
|
description: Delete a user from a project on your instance.
|
||||||
parameters:
|
parameters:
|
||||||
- name: projectId
|
- name: projectId
|
||||||
in: path
|
in: path
|
||||||
@@ -48,7 +48,7 @@ patch:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
requestBody:
|
requestBody:
|
||||||
description: Updated project object.
|
description: Payload containing the new role to assign to the project user.
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ post:
|
|||||||
tags:
|
tags:
|
||||||
- Projects
|
- Projects
|
||||||
summary: Add one or more users to a project
|
summary: Add one or more users to a project
|
||||||
description: Add one or more users to a project from your instance.
|
description: Add one or more users to a project on your instance.
|
||||||
parameters:
|
parameters:
|
||||||
- name: projectId
|
- name: projectId
|
||||||
in: path
|
in: path
|
||||||
|
|||||||
Reference in New Issue
Block a user