@apistudio/apim-cli
Version:
CLI for API Management Products
20 lines • 376 B
YAML
kind: MockResponse
apiVersion: api.webmethods.io/beta
metadata:
name: api_response
description: This is the mocking file for Pet store API
version: 2.0
namespace: sample
tags:
- swagger
- petstore
- sample
- mock
spec:
code: 201
headers:
- key: auth
value: <token>
data:
- contentType: application/xml
content: <test></test>