Skip to content

Commit

Permalink
👌 port changes from the api-specification
Browse files Browse the repository at this point in the history
  • Loading branch information
M4tini committed Oct 18, 2024
1 parent d4fd813 commit 0829678
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# MyParcel.com carrier API specification

[![Packagist](https://img.shields.io/packagist/v/myparcelcom/carrier-specification.svg)](https://packagist.org/packages/myparcelcom/carrier-specification)
[![OpenAPI Specification](https://img.shields.io/badge/OpenAPI-3.1-brightgreen.svg)](https://github.com/OAI/OpenAPI-Specification)
[![OpenAPI Specification](https://img.shields.io/badge/OpenAPI-3.1.0-brightgreen.svg)](https://github.com/OAI/OpenAPI-Specification)

Description of the API specification used by MyParcel.com located at [https://carrier-specification.myparcel.com](https://carrier-specification.myparcel.com). This specification adheres to the [OpenApi 3.1 specification](https://github.com/OAI/OpenAPI-Specification) and implements the [JSON API specification](https://jsonapi.org).
The microservice API specification used by MyParcel.com located at [https://carrier-specification.myparcel.com](https://carrier-specification.myparcel.com). This specification adheres to the [OpenApi 3.1.0 specification](https://github.com/OAI/OpenAPI-Specification) and implements the [JSON API specification](https://jsonapi.org).

## Content
- [Installation](#installation)
Expand Down
2 changes: 1 addition & 1 deletion mp/help
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
echo -e "\033[0;30;47m Available commands \033[0m"
ls -p ${ROOT_DIR}/mp | grep -v '/'

echo -e "\033[0;30;47m Available docker-compose commands \033[0m"
echo -e "\033[0;30;47m Available docker compose commands \033[0m"
echo "https://docs.docker.com/compose/reference"

0 comments on commit 0829678

Please sign in to comment.