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
"description": "The unique identifier for the site."
51234
+
}
51235
+
],
51236
+
"responses": {
51237
+
"204": {
51238
+
"description": "Empty Response"
51239
+
},
51240
+
"default": {
51241
+
"description": "An error generated by the Mailchimp API.",
51242
+
"schema": {
51243
+
"type": "object",
51244
+
"title": "Problem Detail Document",
51245
+
"description": "An error generated by the Mailchimp API. Conforms to IETF draft 'draft-nottingham-http-problem-06'.",
51246
+
"required": [
51247
+
"type",
51248
+
"title",
51249
+
"status",
51250
+
"detail",
51251
+
"instance"
51252
+
],
51253
+
"properties": {
51254
+
"type": {
51255
+
"type": "string",
51256
+
"title": "Problem Type",
51257
+
"description": "An absolute URI that identifies the problem type. When dereferenced, it should provide human-readable documentation for the problem type.",
"description": "A short, human-readable summary of the problem type. It shouldn't change based on the occurrence of the problem, except for purposes of localization.",
51264
+
"example": "Resource Not Found"
51265
+
},
51266
+
"status": {
51267
+
"type": "integer",
51268
+
"title": "HTTP Status Code",
51269
+
"description": "The HTTP status code (RFC2616, Section 6) generated by the origin server for this occurrence of the problem.",
51270
+
"example": 404
51271
+
},
51272
+
"detail": {
51273
+
"type": "string",
51274
+
"title": "Error Message",
51275
+
"description": "A human-readable explanation specific to this occurrence of the problem. [Learn more about errors](/developer/guides/get-started-with-mailchimp-api-3/#Errors).",
51276
+
"example": "The requested resource could not be found."
51277
+
},
51278
+
"instance": {
51279
+
"type": "string",
51280
+
"title": "Instance ID",
51281
+
"description": "A string that identifies this specific occurrence of the problem. Please provide this ID when contacting support.",
"description": "The unique identifier for the site."
51311
+
}
51312
+
],
51313
+
"responses": {
51314
+
"204": {
51315
+
"description": "Empty Response"
51316
+
},
51317
+
"default": {
51318
+
"description": "An error generated by the Mailchimp API.",
51319
+
"schema": {
51320
+
"type": "object",
51321
+
"title": "Problem Detail Document",
51322
+
"description": "An error generated by the Mailchimp API. Conforms to IETF draft 'draft-nottingham-http-problem-06'.",
51323
+
"required": [
51324
+
"type",
51325
+
"title",
51326
+
"status",
51327
+
"detail",
51328
+
"instance"
51329
+
],
51330
+
"properties": {
51331
+
"type": {
51332
+
"type": "string",
51333
+
"title": "Problem Type",
51334
+
"description": "An absolute URI that identifies the problem type. When dereferenced, it should provide human-readable documentation for the problem type.",
"description": "A short, human-readable summary of the problem type. It shouldn't change based on the occurrence of the problem, except for purposes of localization.",
51341
+
"example": "Resource Not Found"
51342
+
},
51343
+
"status": {
51344
+
"type": "integer",
51345
+
"title": "HTTP Status Code",
51346
+
"description": "The HTTP status code (RFC2616, Section 6) generated by the origin server for this occurrence of the problem.",
51347
+
"example": 404
51348
+
},
51349
+
"detail": {
51350
+
"type": "string",
51351
+
"title": "Error Message",
51352
+
"description": "A human-readable explanation specific to this occurrence of the problem. [Learn more about errors](/developer/guides/get-started-with-mailchimp-api-3/#Errors).",
51353
+
"example": "The requested resource could not be found."
51354
+
},
51355
+
"instance": {
51356
+
"type": "string",
51357
+
"title": "Instance ID",
51358
+
"description": "A string that identifies this specific occurrence of the problem. Please provide this ID when contacting support.",
0 commit comments