mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-09-16 06:41:54 +02:00
* Upgrade dependency RamlToOpenApiConverter to version 0.40.0 * fix code comment * . * Potential fix for pull request finding 'Constant condition' Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> * Potential fix for pull request finding 'Constant condition' Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> * fix --------- Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
12 lines
212 B
YAML
12 lines
212 B
YAML
openapi: 3.2.0
|
|
info:
|
|
version: '1'
|
|
title: Invalid API
|
|
description: Invalid
|
|
|
|
paths:
|
|
/funding-recipients:
|
|
summary: Create and manage funding recipients.
|
|
post:
|
|
tags:
|
|
- Funding recipients |