Newer
Older
web-services / authors-tools / swagger.json
@Nicolas Thouvenin Nicolas Thouvenin on 8 Feb 2022 429 bytes doc: add info.version for all swagger.json
{
	"info": {
        "version": "1.0.0"
	},
	"servers": [{
		"url": "{scheme}://{hostname}",
		"variables": {
			"scheme": {
				"default": "https"
			}
		}
	}],
	"tags": [
		{
			"name": "authors-tools",
			"description": "Outils de traitements autour des auteurs",
			"externalDocs": {
				"description": "Plus de documentation",
				"url": "https://gitbucket.inist.fr/tdm/web-services/tree/master/author-tools"
			}
		}
	]
}