{% extends "passerelle/manage/service_view.html" %} {% load i18n passerelle %} {% block endpoints %}
POST {{upload_file}}
data_send = { 'filename': 'test.txt', 'path': '/a/path', 'content': 'ZmlsZSBjb250ZW50' (base64), 'contentType': 'text/plain' }
{% trans 'Upload is limited to the following API users:' %}
{% access_rights_table resource=object permission='can_upload_file' %} {% endblock %}