File tree Expand file tree Collapse file tree 1 file changed +3
-18
lines changed
Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Original file line number Diff line number Diff line change @@ -455,24 +455,9 @@ paths:
455455
456456 /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/security/users :
457457 parameters :
458- - name : organization_id
459- in : path
460- description : the Organization identifier
461- required : true
462- schema :
463- type : string
464- - name : workspace_id
465- in : path
466- description : the Workspace identifier
467- required : true
468- schema :
469- type : string
470- - name : runner_id
471- in : path
472- description : the Runner identifier
473- required : true
474- schema :
475- type : string
458+ - $ref : ' #/components/parameters/organizationId'
459+ - $ref : ' #/components/parameters/workspaceId'
460+ - $ref : ' #/components/parameters/runnerId'
476461 get :
477462 operationId : listRunnerSecurityUsers
478463 tags :
You can’t perform that action at this time.
0 commit comments