mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
changes
This commit is contained in:
@@ -7,6 +7,7 @@ properties:
|
||||
meta:
|
||||
description: Metadata of the collection.
|
||||
type: object
|
||||
example: null
|
||||
nullable: true
|
||||
properties:
|
||||
collection:
|
||||
|
||||
@@ -52,11 +52,10 @@ properties:
|
||||
status_blacklist:
|
||||
description: Explicitly denies specific statuses to be used.
|
||||
example: []
|
||||
oneOf:
|
||||
- type: array
|
||||
nullable: true
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
nullable: true
|
||||
items:
|
||||
type: string
|
||||
update:
|
||||
description: If the user can update items.
|
||||
example: none
|
||||
|
||||
@@ -32,8 +32,7 @@ properties:
|
||||
description: Changes between the previous and the current revision.
|
||||
example:
|
||||
title: Hello, World!
|
||||
oneOf:
|
||||
- type: object
|
||||
type: object
|
||||
parent:
|
||||
description:
|
||||
If the current item was updated relationally, this is the collection
|
||||
|
||||
@@ -46,7 +46,6 @@ properties:
|
||||
example: null
|
||||
oneOf:
|
||||
- type: integer
|
||||
nullable: true
|
||||
- type: string
|
||||
- $ref: "../openapi.yaml#/components/schemas/File"
|
||||
nullable: true
|
||||
|
||||
Reference in New Issue
Block a user