-
Couldn't load subscription status.
- Fork 4
Updated message spec and related endpoints #270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
1d76f98 to
9b04985
Compare
a948cc6 to
a5baa77
Compare
cc5a3dc to
19d3a9d
Compare
|
|
||
| Below is the full REST payload format for the endpoint. The @description@, @headers@ and both @metadata@ keys are optional. | ||
|
|
||
| Note that outer @metadata@ is of type map<string, string>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Note that outer @metadata@ is of type map<string, string>. | |
| Note that the root level @metadata@ field is of type map<string, string>. |
|
|
||
| Below is the full REST payload format for the V2 endpoint. The @metadata@ and @headers@ keys are optional. | ||
|
|
||
| Note that @metadata@ is of type map<string, any> or jsonObject. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably don't need to specify jsonObject here - map<string, any> covers everything?
| "baz": "qux" | ||
| }, | ||
| } | ||
| "createdAt": 1726232498871, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The timestamp here should match that in the serial.
| } | ||
| "serial": "01726232498871-001@abcdefghij:001", | ||
| "version": "01726585978590-001@abcdefghij:001" | ||
| "serial": "01726585978590-001@abcdefghij:001", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The createdAt should match the timestamp in the serial.
|
Hey @sacOO7, this one has been open for a while; I was wondering if you're planning to address the feedback? |
|
Yeah thanks @lawrence-forooghian I am planning to address this 👍 |
Uh oh!
There was an error while loading. Please reload this page.