You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
573 B
23 lines
573 B
openapi: 3.0.0
|
|
|
|
info:
|
|
description: Api du service Collaborateur, utilisée pour récupérer les données des collaborateurs d'Apside
|
|
version: "1.1.2"
|
|
title: Service Collaborateur API
|
|
contact:
|
|
email: lilian.gayet@apside-groupe.com
|
|
|
|
paths:
|
|
$ref: "./routes/_index.yaml"
|
|
|
|
components:
|
|
parameters:
|
|
$ref: "./parameters/_index.yaml"
|
|
schemas:
|
|
$ref: "./schemas/_index.yaml"
|
|
responses:
|
|
$ref: "./responses/_index.yaml"
|
|
|
|
servers:
|
|
- description: SwaggerHub API Auto Mocking
|
|
url: https://virtserver.swaggerhub.com/LilianG/Service-Collaborateur/1.1.1
|
|
|