<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="1" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[1]</anchor-end> <cite>API Conventions</cite>
(<time>2017-09-02 07:16:24 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://developer.getflow.com/conventions/">https://developer.getflow.com/conventions/</anchor-external></figcaption><blockquote><p>For POST and PUT requests, you will need to specify a Content-Type header with your request to ensure the JSON you send is parsed correctly.</p><p>Simply include the Content-Type header:</p><p>Content-Type: application/vnd.flow.v2+json</p></blockquote></figure><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="2" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[2]</anchor-end> <cite>API Conventions</cite>
(<time>2017-09-02 07:16:24 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://developer.getflow.com/conventions/">https://developer.getflow.com/conventions/</anchor-external></figcaption><blockquote><p>Specifying version via the Accept header</p><p>The most transparent way is to ensure you set the Accept HTTP header to our custom content-type declaration, which includes a version string. For v2, should look like:</p><p>Accept: application/vnd.flow.v2+json</p></blockquote></figure></body></html>