Skip to content

Instantly share code, notes, and snippets.

@NathanCyrus
Created May 19, 2025 21:32
Show Gist options
  • Save NathanCyrus/949850a8fcc4cb599bdf90d5c1558772 to your computer and use it in GitHub Desktop.
Save NathanCyrus/949850a8fcc4cb599bdf90d5c1558772 to your computer and use it in GitHub Desktop.
Send Plan
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