Skip to content

Commit

Permalink
fix: run in postman button (#38)
Browse files Browse the repository at this point in the history
<img> tags are now forbidden in API documents on Bump.sh we need to
use markdown syntax to be able to display the button image.
  • Loading branch information
paulRbr authored Dec 9, 2024
1 parent be2c394 commit fe7f2d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ info:
API for finding and booking train trips across Europe.
## Run in Postman
Experiment with this API in Postman, using our Postman Collection.
[<img src="https://run.pstmn.io/button.svg" alt="Run In Postman" style="width: 128px; height: 32px;">](https://app.getpostman.com/run-collection/9265903-7a75a0d0-b108-4436-ba54-c6139698dc08?action=collection%2Ffork&source=rip_markdown&collection-url=entityId%3D9265903-7a75a0d0-b108-4436-ba54-c6139698dc08%26entityType%3Dcollection%26workspaceId%3Df507f69d-9564-419c-89a2-cb8e4c8c7b8f)
[![Run In Postman](https://run.pstmn.io/button.svg =128pxx32px)](https://app.getpostman.com/run-collection/9265903-7a75a0d0-b108-4436-ba54-c6139698dc08?action=collection%2Ffork&source=rip_markdown&collection-url=entityId%3D9265903-7a75a0d0-b108-4436-ba54-c6139698dc08%26entityType%3Dcollection%26workspaceId%3Df507f69d-9564-419c-89a2-cb8e4c8c7b8f)
version: 1.0.0
contact:
name: Train Support
url: https://example.com/support
email: [email protected]
license:
license:
name: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
identifier: CC-BY-NC-SA-4.0
x-feedbackLink:
Expand All @@ -25,7 +25,7 @@ servers:
- url: https://api.example.com
description: Production
x-internal: false

- url: https://try.microcks.io/rest/Train+Travel+API/1.0.0
description: Mock Server
x-internal: false
Expand Down

0 comments on commit fe7f2d2

Please sign in to comment.