Skip to content

Instantly share code, notes, and snippets.

openapi: "3.0.2"
info:
title: Task Service API
version: "1.0"
servers:
- url: http://localhost:8000/
- url: https://gateway.prod.ptech-ops.com/v1/tasks
paths:
/{taskId}/comments:
post: