Skip to content

Commit e770ec3

Browse files
fix: UTC-403: UTC-404: Managers assigned to the project incorrectly receive Admin permissions in the associated workspace (#201)
Co-authored-by: robot-ci-heartex <robot-ci-heartex@users.noreply.github.com>
1 parent 87bc21a commit e770ec3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fern/openapi/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33224,13 +33224,17 @@ components:
3322433224
description: Workspace is a personal user workspace
3322533225
title: Personal
3322633226
type: boolean
33227+
membership:
33228+
readOnly: true
33229+
type: string
3322733230
title:
3322833231
description: Workspace name
3322933232
maxLength: 1000
3323033233
type: string
3323133234
required:
3323233235
- created_by
3323333236
- id
33237+
- membership
3323433238
- title
3323533239
type: object
3323633240
WorkspaceMemberBulkAssignRequest:

0 commit comments

Comments
 (0)