You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1934,7 +1934,7 @@ components:
1934
1934
type: object
1935
1935
properties:
1936
1936
postId: { type: string }
1937
-
latePostId: { type: string, nullable: true, description: 'Original Late post ID if scheduled via Late' }
1937
+
latePostId: { type: string, nullable: true, description: 'Original Zernio post ID if scheduled via Zernio' }
1938
1938
status: { type: string, enum: [published, failed, partial], description: 'Overall post status. "partial" when some platforms published and others failed.' }
1939
1939
content: { type: string }
1940
1940
scheduledFor: { type: string, format: date-time }
@@ -1972,7 +1972,7 @@ components:
1972
1972
type: object
1973
1973
properties:
1974
1974
_id: { type: string }
1975
-
latePostId: { type: string, nullable: true, description: 'Original Late post ID if scheduled via Late' }
1975
+
latePostId: { type: string, nullable: true, description: 'Original Zernio post ID if scheduled via Zernio' }
0 commit comments