Skip to content

Commit 9e046f2

Browse files
nickitzaNicki Nixon
andauthored
add 200 response to member create, update readme and .ruby-version (#150)
* add 200 response to member create, update readme * change quotation type * Remove links to private docs/repos --------- Co-authored-by: Nicki Nixon <nicki.nixon@mx.com>
1 parent f47d4a1 commit 9e046f2

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-3.0.0
1+
ruby-3.1.0

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
# MX's OpenAPI Specification
44

5-
This repository contains the OpenAPI specification for the [MX Platform API](https://docs.mx.com/api).
5+
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.
6+
7+
# Client Libraries
8+
9+
To keep the client SDKs up to date with any changes made here, please see Platform API SDK Client Libraries article in Confluence.
610

711
### Development
812

openapi/mx_platform_api.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6364,6 +6364,12 @@ paths:
63646364
metadata) and required parameters (credentials and institution_code)
63656365
required: true
63666366
responses:
6367+
"200":
6368+
content:
6369+
application/vnd.mx.api.v1+json:
6370+
schema:
6371+
"$ref": "#/components/schemas/MemberResponseBody"
6372+
description: OK
63676373
"202":
63686374
content:
63696375
application/vnd.mx.api.v1+json:

0 commit comments

Comments
 (0)