Files
opensearch-pyd/utils/templates/overrides/__init__/index
T

6 lines
214 B
Plaintext
Raw Normal View History

2019-12-22 15:15:00 +01:00
{% extends "base" %}
{% block request %}
2020-05-15 09:36:47 -05:00
return await self.transport.perform_request("POST" if id in SKIP_IN_PATH else "PUT", {% include "url" %}, params=params, headers=headers, body=body)
2019-12-22 15:15:00 +01:00
{% endblock %}