صفحات: پچ
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
نیاز به مجوز دارد
یک صفحه را به روز کنید این روش از معنای پچ پشتیبانی می کند. اکنون آن را امتحان کنید .
درخواست کنید
درخواست HTTP
PATCH https://www.googleapis.com/blogger/v3/blogs/blogId/pages/pageId
پارامترها
نام پارامتر | ارزش | توضیحات |
---|
پارامترهای مورد نیاز |
blogId | string | شناسه وبلاگ |
pageId | string | شناسه صفحه |
مجوز
این درخواست به مجوز حداقل با یکی از حوزه های زیر نیاز دارد ( در مورد احراز هویت و مجوز بیشتر بخوانید ).
دامنه |
---|
https://www.googleapis.com/auth/blogger |
درخواست بدن
در بدنه درخواست، یک منبع Pages ارائه کنید.
پاسخ
در صورت موفقیت آمیز بودن، این روش یک منبع Pages را در بدنه پاسخ برمی گرداند.
آن را امتحان کنید!
از APIs Explorer زیر برای فراخوانی این روش در دادههای زنده و دیدن پاسخ استفاده کنید.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-23 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2024-11-23 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eUpdate a blog page using the PATCH method with patch semantics.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/blogger\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eSpecify the blog ID (\u003ccode\u003eblogId\u003c/code\u003e) and the page ID (\u003ccode\u003epageId\u003c/code\u003e) as required parameters.\u003c/p\u003e\n"],["\u003cp\u003eSupply a \u003ccode\u003ePages\u003c/code\u003e resource in the request body to define the updates.\u003c/p\u003e\n"],["\u003cp\u003eA successful response returns the updated \u003ccode\u003ePages\u003c/code\u003e resource.\u003c/p\u003e\n"]]],[],null,["# Pages: patch\n\n**Requires [authorization](#auth)**\n\nUpdate a page. This method supports patch semantics.\n[Try it now](#try-it).\n\nRequest\n-------\n\n### HTTP request\n\n```\nPATCH https://www.googleapis.com/blogger/v3/blogs/blogId/pages/pageId\n```\n\n### Parameters\n\n| Parameter name | Value | Description |\n|----------------|----------|---------------------|\n| **Required parameters** |||\n| `blogId` | `string` | The ID of the Blog. |\n| `pageId` | `string` | The ID of the Page. |\n\n### Authorization\n\nThis request requires authorization with at least one of the following scopes ([read more about authentication and authorization](/blogger/docs/3.0/using#auth)).\n\n| Scope |\n|-------------------------------------------|\n| `https://www.googleapis.com/auth/blogger` |\n\n### Request body\n\nIn the request body, supply a [Pages resource](/blogger/docs/3.0/reference/pages#resource).\n\nResponse\n--------\n\nIf successful, this method returns a [Pages resource](/blogger/docs/3.0/reference/pages#resource) in the response body.\n\nTry it!\n-------\n\n\nUse the APIs Explorer below to call this method on live data and see the response."]]