Newer
Older
web-services / ark-tools / examples.http
@Nicolas Thouvenin Nicolas Thouvenin on 3 Jan 2022 787 bytes fix: wrong path for ezs last release
# 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://ark-tools.services.inist.fr/v1/67375/stamp?subpublisher=XXX&indent=true HTTP/1.1
Content-Type: application/json

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



# Attribution d'ARK aux objets d'une série
POST https://ark-tools.services.inist.fr/v1/67375/stamp?subpublisher=XXX&indent=true HTTP/1.1
Content-Type: application/json

[
	{
		"title": "Integer eget dignissim neque, sit amet sagittis nisi. In ornare massa lacus."
	},
	{
		"title": "Curabitur molestie posuere arcu, eget pharetra lacus lobortis in."
	},
	{
		"title": " Nulla in ipsum eu dui rhoncus fringilla. Ut interdum mi metus"

	}
]
###