mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
some fixes and changes
This commit is contained in:
@@ -21,8 +21,10 @@ properties:
|
||||
invalid-credentials,
|
||||
]
|
||||
action_by:
|
||||
$ref: "./user.yaml"
|
||||
description: The user who caused this action.
|
||||
oneOf:
|
||||
- type: string
|
||||
- $ref: "../openapi.yaml#/components/schemas/User"
|
||||
nullable: true # States the SQL structure
|
||||
action_on:
|
||||
description: When the action happened.
|
||||
|
||||
@@ -25,7 +25,7 @@ properties:
|
||||
example: null
|
||||
nullable: true
|
||||
display_template:
|
||||
description:
|
||||
description: Text representation of how items from this collection are shown across the system.
|
||||
type: string
|
||||
example: null
|
||||
nullable: true
|
||||
|
||||
@@ -52,12 +52,12 @@ properties:
|
||||
example: null
|
||||
nullable: true
|
||||
storage_asset_transform:
|
||||
description:
|
||||
description: ""
|
||||
type: string
|
||||
example: "all"
|
||||
nullable: true
|
||||
storage_asset_presets:
|
||||
description:
|
||||
description: ""
|
||||
type: string
|
||||
example: null
|
||||
nullable: true
|
||||
|
||||
@@ -35,12 +35,14 @@ properties:
|
||||
description: The user's description.
|
||||
example: null
|
||||
type: string
|
||||
nullable:
|
||||
nullable: true
|
||||
tags:
|
||||
description: The user's tags.
|
||||
example: null
|
||||
type: array
|
||||
nullable: true
|
||||
items:
|
||||
type: string
|
||||
avatar:
|
||||
description: The user's avatar.
|
||||
example: null
|
||||
|
||||
@@ -6,9 +6,9 @@ get:
|
||||
security:
|
||||
- Auth: []
|
||||
parameters:
|
||||
- name: key
|
||||
- name: id
|
||||
in: path
|
||||
description: private_hash of the file
|
||||
description: The id of the file.
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user