Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions fern/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2663,12 +2663,6 @@ paths:
description: Retrieve all the registered actions with descriptions that data manager can use.
operationId: api_dm_actions_retrieve
parameters:
- description: Organization ID
in: query
name: organization
required: true
schema:
type: integer
- description: Project ID
in: query
name: project
Expand Down Expand Up @@ -7687,9 +7681,9 @@ paths:
schema:
properties:
assignments:
items:
type: object
type: array
type: integer
async:
type: boolean
type: object
description: Success
'400':
Expand Down