переименовал id трека
This commit is contained in:
parent
2572bdb4ff
commit
0b6cc17c63
|
|
@ -47,7 +47,7 @@ class DeleteSongSchema(AutoSchema):
|
|||
def get_serializer_fields(self, path, method):
|
||||
return [
|
||||
coreapi.Field(
|
||||
name='song_id',
|
||||
name='azura_id',
|
||||
location='form',
|
||||
required=False,
|
||||
schema=coreschema.String(description='ID трека')
|
||||
|
|
|
|||
Loading…
Reference in New Issue