Skip to content

Commit

Permalink
[IMP] webservice: add multipart form content type
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiMForgeFlow committed Oct 24, 2024
1 parent 1cba27f commit 9200470
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webservice/models/webservice_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class WebserviceBackend(models.Model):
("application/json", "JSON"),
("application/xml", "XML"),
("application/x-www-form-urlencoded", "Form"),
("multipart/form-data", "Multipart Form"),
],
required=True,
)
Expand Down

0 comments on commit 9200470

Please sign in to comment.