Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.0.0
ruby-3.1.0
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

# MX's OpenAPI Specification

This repository contains the OpenAPI specification for the [MX Platform API](https://docs.mx.com/api).
This repository contains the OpenAPI specification for the [MX Platform API](https://docs.mx.com/api). Changes here will also need to be added to the MX doc site; they are not currently auto-synced.

# Client Libraries

To keep the client SDKs up to date with any changes made here, please see Platform API SDK Client Libraries article in Confluence.

### Development

Expand Down
6 changes: 6 additions & 0 deletions openapi/mx_platform_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6364,6 +6364,12 @@ paths:
metadata) and required parameters (credentials and institution_code)
required: true
responses:
"200":
content:
application/vnd.mx.api.v1+json:
schema:
"$ref": "#/components/schemas/MemberResponseBody"
description: OK
"202":
content:
application/vnd.mx.api.v1+json:
Expand Down
Loading