Do not generate form parameters for read_only serializer fields
Fixes #261.
This commit is contained in:
@@ -913,6 +913,10 @@ definitions:
|
||||
- image_styles
|
||||
type: object
|
||||
properties:
|
||||
image_id:
|
||||
type: string
|
||||
format: uuid
|
||||
readOnly: true
|
||||
what_am_i_doing:
|
||||
description: test
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user