Newer
Older
web-services / affiliation-rnsr / swagger.json
@Nicolas Thouvenin Nicolas Thouvenin on 20 Oct 898 bytes change url
{
	"info": {
		"title": "affiliation-rnsr - Détection d'un RNSR à partir d'une affiliation",
		"summary": "Utilise un modèle créé par apprentissage pour affecter un RNSR à une affiliation.",
		"version": "2.0.0",
		"termsOfService": "https://services.istex.fr/",
		"contact": {
			"name": "Inist-CNRS",
			"url": "https://www.inist.fr/nous-contacter/"
		}
	},
	"servers": [
		{
			"x-comment": "Will be automatically completed by the ezs server."
		},
		{
			"url": "http://vptdmservices.intra.inist.fr:49239/",
			"description": "Latest version for production",
			"x-profil": "Standard"
		}
	],
	"tags": [
		{
			"name": "affiliation-rnsr",
			"description": "Détection d'un RNSR à partir d'une affiliation",
			"externalDocs": {
				"description": "Plus de documentation",
				"url": "https://github.com/Inist-CNRS/ezmaster-apps/tree/main/applications/ws-affiliation-rnsr"
			}
		}
	]
}