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