Skip to content

Commit e430983

Browse files
Initial Descriptions and ptl config (#185)
* Initial Descriptions and ptl config * Fix location of oas file for artifact upload * Updated reason code to string * Review Comments
1 parent d25a78d commit e430983

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+334
-61
lines changed

.github/actions/build-sdk/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runs:
5353
- name: Upload API OAS specification artifact
5454
uses: actions/upload-artifact@v4
5555
with:
56-
path: "specification/api"
56+
path: "build"
5757
name: api-oas-specification-${{ inputs.version }}
5858

5959
- name: Upload html artifact

sandbox/data/examples/getLetter/responses/getLetter-2WL5eYSWGzCHlGmzNxuqVusPxDg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"data": {
33
"attributes": {
44
"groupId": "c5d93f917f5546d08beccf770a915d96",
5-
"reasonCode": 100,
5+
"reasonCode": "R01",
66
"reasonText": "failed validation",
77
"specificationId": "2WL5eYSWGzCHlGmzNxuqVusPxDg",
88
"status": "REJECTED"

sandbox/data/examples/getLetter/responses/getLetter-2XL5eYSWGzCHlGmzNxuqVusPxDg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"data": {
33
"attributes": {
44
"groupId": "c5d93f917f5546d08beccf770a915d96",
5-
"reasonCode": 100,
5+
"reasonCode": "R01",
66
"specificationId": "2WL5eYSWGzCHlGmzNxuqVusPxDg",
77
"status": "CANCELLED"
88
},

sandbox/data/examples/getLetter/responses/getLetter-2YL5eYSWGzCHlGmzNxuqVusPxDg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"data": {
33
"attributes": {
44
"groupId": "c5d93f917f5546d08beccf770a915d96",
5-
"reasonCode": 100,
5+
"reasonCode": "R01",
66
"reasonText": "failed validation",
77
"specificationId": "2WL5eYSWGzCHlGmzNxuqVusPxDg",
88
"status": "FAILED"

sandbox/data/examples/getLetter/responses/getLetter-2ZL5eYSWGzCHlGmzNxuqVusPxDg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"data": {
33
"attributes": {
44
"groupId": "c5d93f917f5546d08beccf770a915d96",
5-
"reasonCode": 100,
5+
"reasonCode": "R01",
66
"reasonText": "failed validation",
77
"specificationId": "2WL5eYSWGzCHlGmzNxuqVusPxDg",
88
"status": "RETURNED"

sandbox/data/examples/patchLetter/requests/patchLetter_CANCELLED.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"data": {
33
"attributes": {
4-
"reasonCode": 100,
4+
"reasonCode": "R01",
55
"reasonText": "failed validation",
66
"status": "CANCELLED"
77
},

sandbox/data/examples/patchLetter/requests/patchLetter_FAILED.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"data": {
33
"attributes": {
4-
"reasonCode": 100,
4+
"reasonCode": "R01",
55
"reasonText": "failed validation",
66
"status": "FAILED"
77
},

sandbox/data/examples/patchLetter/requests/patchLetter_REJECTED.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"data": {
33
"attributes": {
4-
"reasonCode": 100,
4+
"reasonCode": "R01",
55
"reasonText": "failed validation",
66
"status": "REJECTED"
77
},

sandbox/data/examples/patchLetter/requests/patchLetter_RETURNED.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"data": {
33
"attributes": {
4-
"reasonCode": 100,
4+
"reasonCode": "R01",
55
"reasonText": "failed validation",
66
"status": "REJECTED"
77
},

sandbox/data/examples/patchLetter/responses/patchLetter_CANCELLED.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"data": {
33
"attributes": {
4-
"reasonCode": 100,
4+
"reasonCode": "R01",
55
"reasonText": "failed validation",
66
"specificationId": "2WL5eYSWGzCHlGmzNxuqVusPxDg",
77
"status": "CANCELLED"

0 commit comments

Comments
 (0)