Newer
Older
web-services / authors-tools / swagger.json
@amaelDago amaelDago on 16 Dec 2021 601 bytes fix(authors-tools): fix bug deployment


    {
        "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"
                }
            }
        ]
    }