mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 04:23:19 +00:00

- fix : limiting the number of children with search stories (story_max_records=N in url) respects coll/mask rights
16 lines
419 B
YAML
16 lines
419 B
YAML
record_response:
|
|
type: object
|
|
properties:
|
|
200:
|
|
description: successful operation
|
|
content:
|
|
application/json:
|
|
schema:
|
|
$ref: schemas.yaml#/ApiResponse_record
|
|
400:
|
|
description: Any other error
|
|
404:
|
|
description: Record not found
|
|
error_response:
|
|
description: Any (other) error
|