Created
May 19, 2025 21:32
-
-
Save NathanCyrus/949850a8fcc4cb599bdf90d5c1558772 to your computer and use it in GitHub Desktop.
Send Plan
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.1.0 | |
info: | |
title: Send Meal Plan to Secretary | |
version: 1.0.0 | |
servers: | |
- url: https://hooks.zapier.com/hooks/catch/22998673/27eob5d/ | |
paths: | |
/send-plan: | |
post: | |
summary: Envoie le plan nutritionnel hebdomadaire à la secrétaire via Zapier | |
operationId: sendPlanToSecretary | |
requestBody: | |
required: true | |
content: | |
application/json: | |
schema: | |
type: object | |
properties: | |
semaine: | |
type: string | |
plan: | |
type: string | |
responses: | |
'200': | |
description: Planning envoyé |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment