chore: Minor Public API docs changes (no-changelog) (#15969)

This commit is contained in:
Marc Littlemore
2025-06-05 16:27:27 +01:00
committed by GitHub
parent be8c2a73d3
commit dfdc2237af
2 changed files with 3 additions and 3 deletions

View File

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

View File

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