Skip to content
Merged
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
14 changes: 7 additions & 7 deletions docs/reference/api/openapi-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ paths:
operationId: addMapping
requestBody:
content:
'*/*':
application/json:
schema:
$ref: "#/components/schemas/AclMappingRequest"
responses:
Expand Down Expand Up @@ -2459,7 +2459,7 @@ paths:
operationId: addMapping_1
requestBody:
content:
'*/*':
application/json:
schema:
$ref: "#/components/schemas/MappedLdapGroupRequest"
responses:
Expand Down Expand Up @@ -2607,7 +2607,7 @@ paths:
operationId: createLicense
requestBody:
content:
'*/*':
application/json:
schema:
$ref: "#/components/schemas/CreateLicenseRequest"
responses:
Expand Down Expand Up @@ -4074,7 +4074,7 @@ paths:
operationId: addMapping_2
requestBody:
content:
'*/*':
application/json:
schema:
$ref: "#/components/schemas/MappedOidcGroupRequest"
responses:
Expand Down Expand Up @@ -5344,7 +5344,6 @@ paths:
- description: The version of the project to query on
in: query
name: version
required: true
schema:
type: string
responses:
Expand Down Expand Up @@ -8144,7 +8143,7 @@ paths:
operationId: updateSelf
requestBody:
content:
'*/*':
application/json:
schema:
$ref: "#/components/schemas/ManagedUser"
responses:
Expand Down Expand Up @@ -9569,7 +9568,8 @@ components:
lastSeen:
type: integer
format: int64
description: UNIX epoch timestamp in milliseconds
deprecated: true
description: Deprecated; always equal to firstSeen
source:
type: string
enum:
Expand Down