изменил тип данных в схеме
This commit is contained in:
parent
0aba2ba891
commit
2e0d7f4e82
|
|
@ -50,6 +50,6 @@ class DeleteSongSchema(AutoSchema):
|
||||||
name='song_id',
|
name='song_id',
|
||||||
location='form',
|
location='form',
|
||||||
required=False,
|
required=False,
|
||||||
schema=coreschema.Integer(description='ID трека')
|
schema=coreschema.String(description='ID трека')
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
Loading…
Reference in New Issue