{% extends "passerelle/manage/service_view.html" %} {% load i18n passerelle %} {% block endpoints %}
POST {{uploadfile}}
data_send = {
'path': '/a/path',
'file': {
'filename': 'test.txt',
'content': 'ZmlsZSBjb250ZW50',
'content_type': 'image/jpeg'
}
}
{% trans 'Upload is limited to the following API users:' %}
{% access_rights_table resource=object permission='can_access' %} {% endblock %}