Newer
Older
web-services / ark-tools / examples.http
@Nicolas Thouvenin Nicolas Thouvenin on 14 Jun 2021 322 bytes missing file
# These examples can be used directly in VSCode, using REST Client extension (humao.rest-client)

# Attribution d'ARK aux objets d'une série
POST https://affiliations-rnsr.services.inist.fr/v1/json?indent=true HTTP/1.1
Content-Type: application/json

[
	{ "id":"12345","value": true },
	{ "id":"6789","value": true },
]