Example command[% cmd | html %]
[% IF extended -%]
You can pass the following additional headers for this request:
Prefer
This header tells the API which type of response the client expects. The following values are possible:
return=minimal (default) tells the API to respond with a 204 No Content if the operation has been performed successfully, without returning the updated resource in the body.
return=representation will let the API respond with 200 OK with the full representation of the updated resource in the body.
[% END -%]
[% # vim: set tabstop=4 syntax=html expandtab: -%]