Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.9 KB

File metadata and controls

41 lines (31 loc) · 1.9 KB
description
Posts related operations

posts

{% swagger src="https://www.data.gouv.fr/api/1/swagger.json" path="/posts/" method="get" %} https://www.data.gouv.fr/api/1/swagger.json {% endswagger %}

{% swagger src="https://www.data.gouv.fr/api/1/swagger.json" path="/posts/" method="post" %} https://www.data.gouv.fr/api/1/swagger.json {% endswagger %}

{% swagger src="https://www.data.gouv.fr/api/1/swagger.json" path="/posts/{post}/" method="get" %} https://www.data.gouv.fr/api/1/swagger.json {% endswagger %}

{% swagger src="https://www.data.gouv.fr/api/1/swagger.json" path="/posts/{post}/" method="put" %} https://www.data.gouv.fr/api/1/swagger.json {% endswagger %}

{% swagger src="https://www.data.gouv.fr/api/1/swagger.json" path="/posts/{post}/" method="delete" %} https://www.data.gouv.fr/api/1/swagger.json {% endswagger %}

{% swagger src="https://www.data.gouv.fr/api/1/swagger.json" path="/posts/{post}/image" method="post" %} https://www.data.gouv.fr/api/1/swagger.json {% endswagger %}

{% swagger src="https://www.data.gouv.fr/api/1/swagger.json" path="/posts/{post}/image" method="put" %} https://www.data.gouv.fr/api/1/swagger.json {% endswagger %}

{% swagger src="https://www.data.gouv.fr/api/1/swagger.json" path="/posts/{post}/publish" method="post" %} https://www.data.gouv.fr/api/1/swagger.json {% endswagger %}

{% swagger src="https://www.data.gouv.fr/api/1/swagger.json" path="/posts/{post}/publish" method="delete" %} https://www.data.gouv.fr/api/1/swagger.json {% endswagger %}