Skip to content
Draft
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
48 changes: 42 additions & 6 deletions fern/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ paths:
x-fern-sdk-method-name: get_token
/api/current-user/whoami:
get:
description: Retrieve details of the account that you are using to access the API.
description: Make the whoami call on behalf of the user you are using to access the API.
operationId: api_current_user_whoami_retrieve
responses:
'200':
Expand All @@ -1354,7 +1354,7 @@ paths:
description: ''
security:
- Token: []
summary: Retrieve my user
summary: Whoami for current user
tags:
- Users
x-fern-audiences:
Expand Down Expand Up @@ -23795,8 +23795,17 @@ components:
nullable: true
type: integer
active_organization_meta:
description: Active organization metadata
properties:
email:
type: string
title:
type: string
readOnly: true
type: string
required:
- email
- title
type: object
allow_newsletters:
description: Allow sending newsletters to user
nullable: true
Expand Down Expand Up @@ -23872,8 +23881,17 @@ components:
nullable: true
type: integer
active_organization_meta:
description: Active organization metadata
properties:
email:
type: string
title:
type: string
readOnly: true
type: string
required:
- email
- title
type: object
allow_newsletters:
description: Allow sending newsletters to user
nullable: true
Expand Down Expand Up @@ -24907,8 +24925,17 @@ components:
nullable: true
type: integer
active_organization_meta:
description: Active organization metadata
properties:
email:
type: string
title:
type: string
readOnly: true
type: string
required:
- email
- title
type: object
allow_newsletters:
description: Allow sending newsletters to user
nullable: true
Expand Down Expand Up @@ -29738,8 +29765,17 @@ components:
nullable: true
type: integer
active_organization_meta:
description: Active organization metadata
properties:
email:
type: string
title:
type: string
readOnly: true
type: string
required:
- email
- title
type: object
allow_newsletters:
description: Allow sending newsletters to user
nullable: true
Expand Down