REST Resource: locations.questions.answers
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
方法 |
|
删除当前用户为题目撰写的答案。 |
|
返回指定问题的分页答案列表。 |
|
针对指定问题创建答案或更新用户撰写的现有答案。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eThis resource represents Q&A data, specifically answers to questions associated with a location, but it does not store any persistent data itself.\u003c/p\u003e\n"],["\u003cp\u003eUsers can delete their answers, view a list of answers for a specific question, and create or update their answers using the provided methods.\u003c/p\u003e\n"],["\u003cp\u003eThe available methods for interacting with this resource include deleting, listing, and upserting answers.\u003c/p\u003e\n"]]],["This resource lacks persistent data. It supports three main actions: deleting, listing, and upserting answers. `delete` removes the current user's answer to a question. `list` retrieves a paginated collection of answers for a specific question. `upsert` either creates a new answer or updates an existing one, specifically for answers authored by the current user. These actions are all associated with managing user-generated answers to questions.\n"],null,["# REST Resource: locations.questions.answers\n\n- [Resource](#RESOURCE_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource\n--------\n\nThere is no persistent data associated with this resource.\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|\n| ### [delete](/my-business/reference/qanda/rest/v1/locations.questions.answers/delete) | Deletes the answer written by the current user to a question. |\n| ### [list](/my-business/reference/qanda/rest/v1/locations.questions.answers/list) | Returns the paginated list of answers for a specified question. |\n| ### [upsert](/my-business/reference/qanda/rest/v1/locations.questions.answers/upsert) | Creates an answer or updates the existing answer written by the user for the specified question. |"]]