Skip to content

Instantly share code, notes, and snippets.

@faush01
Last active February 18, 2025 00:43
Show Gist options
  • Select an option

  • Save faush01/928f6d7685390f738fab973bbd695159 to your computer and use it in GitHub Desktop.

Select an option

Save faush01/928f6d7685390f738fab973bbd695159 to your computer and use it in GitHub Desktop.
openapi: 3.0.0
info:
title: Example FunctionApp API for Skill
description: Look up a list of jobs
version: "v1"
servers:
- url: https://stg-mel-workflow-func.azurewebsites.net/api/
paths:
/get_job_list:
get:
operationId: TestApiSkill
summary: Returns job list
responses:
200:
description: Successful request.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment