From 9a3acc2ffd99e18b4319bd785769167494444147 Mon Sep 17 00:00:00 2001 From: samnixon Date: Mon, 8 Nov 2021 15:00:01 -0500 Subject: [PATCH] Review feedback --- content/api/account.apib | 2 ++ content/api/inline-seeds.apib | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/content/api/account.apib b/content/api/account.apib index b8f242ed..07a41e09 100644 --- a/content/api/account.apib +++ b/content/api/account.apib @@ -201,6 +201,8 @@ Retrieve information regarding your SparkPost account and set account options. Set to `false` to pause Automatic Inline Seeding across the primary account and all subaccounts. This option is valid for SparkPost Deliverability Add-On customers only. + + + Request + Headers diff --git a/content/api/inline-seeds.apib b/content/api/inline-seeds.apib index 1ce0575c..b9ebd98b 100644 --- a/content/api/inline-seeds.apib +++ b/content/api/inline-seeds.apib @@ -355,7 +355,7 @@ Auth context (from API key) provides customer and subaccount IDs. { "errors": [ { - "message": "Seed activity not found for campaign \"my-campaign\", sending_domain \"foo.example.com\"" + "message": "Resource could not be found" } ] }