PostingUpdateInput
Posting update input
input PostingUpdateInput {
autoFill: Boolean
data: JSON
errorCode: String
errorMessage: String
errorMetadata: JSON
errorSubcode: String
identifier: String
postType: String
postUrl: String
postedAt: ISO8601DateTime
sentToPublishAt: ISO8601DateTime
text: String
}
Fields
PostingUpdateInput.autoFill ● Boolean scalar
Whether to auto-fill posting data
PostingUpdateInput.data ● JSON scalar
Posting data (carousel, link, reel, document, meta, video_thumb)
PostingUpdateInput.errorCode ● String scalar
Error code
PostingUpdateInput.errorMessage ● String scalar
Error message
PostingUpdateInput.errorMetadata ● JSON scalar
Error metadata
PostingUpdateInput.errorSubcode ● String scalar
Error subcode
PostingUpdateInput.identifier ● String scalar
External identifier
PostingUpdateInput.postType ● String scalar
Post type (e.g., media, link, carousel)
PostingUpdateInput.postUrl ● String scalar
URL of the posted content
PostingUpdateInput.postedAt ● ISO8601DateTime scalar
Timestamp when the posting is posted
PostingUpdateInput.sentToPublishAt ● ISO8601DateTime scalar
Timestamp when the posting is sent to publish
PostingUpdateInput.text ● String scalar
Posting text content
Member Of
UpdatePostingInput input