REST Resource: replies
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
संसाधन: जवाब देना
फ़ाइल पर की गई टिप्पणी का जवाब.
replies.update
जैसे कुछ संसाधन के तरीकों के लिए, replyId
की ज़रूरत होती है. जवाब के लिए आईडी वापस पाने के लिए, replies.list
तरीके का इस्तेमाल करें.
JSON के काेड में दिखाना |
{
"id": string,
"kind": string,
"createdTime": string,
"modifiedTime": string,
"action": string,
"author": {
object (User )
},
"deleted": boolean,
"htmlContent": string,
"content": string
} |
फ़ील्ड |
id |
string
सिर्फ़ आउटपुट के लिए. जवाब का आईडी.
|
kind |
string
सिर्फ़ आउटपुट के लिए. यह बताता है कि यह किस तरह का संसाधन है. वैल्यू: तय की गई स्ट्रिंग "drive#reply" .
|
createdTime |
string
सिर्फ़ आउटपुट के लिए. जवाब लिखे जाने का समय (RFC 3339 तारीख-समय).
|
modifiedTime |
string
सिर्फ़ आउटपुट के लिए. जवाब में आखिरी बार कब बदलाव किया गया था (RFC 3339 तारीख-समय).
|
action |
string
पैरंट टिप्पणी के जवाब में की गई कार्रवाई. मान्य मान हैं:
|
author |
object (User )
सिर्फ़ आउटपुट के लिए. जवाब देने वाला व्यक्ति. लेखक का ईमेल पता और अनुमति आईडी अपने-आप नहीं भरेगा.
|
deleted |
boolean
सिर्फ़ आउटपुट के लिए. जवाब मिटाया गया है या नहीं. मिटाए गए जवाब में कोई कॉन्टेंट नहीं होता.
|
htmlContent |
string
सिर्फ़ आउटपुट के लिए. एचटीएमएल फ़ॉर्मैट में जवाब का कॉन्टेंट.
|
content |
string
जवाब का सादा टेक्स्ट कॉन्टेंट. इस फ़ील्ड का इस्तेमाल कॉन्टेंट सेट करने के लिए किया जाता है, जबकि htmlContent दिखाया जाना चाहिए. अगर action की जानकारी नहीं दी गई है, तो इकाई बनाने के लिए यह ज़रूरी है.
|
तरीके |
|
किसी टिप्पणी का जवाब देता है. |
|
किसी जवाब को मिटाता है. |
|
आईडी के हिसाब से जवाब मिलता है. |
|
किसी टिप्पणी के जवाबों की सूची दिखाता है. |
|
पैच सेमेंटेक्स की मदद से जवाब को अपडेट करता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[],[],null,["# REST Resource: replies\n\n- [Resource: Reply](#Reply)\n - [JSON representation](#Reply.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Reply\n---------------\n\nA reply to a comment on a file.\n\nSome resource methods (such as `replies.update`) require a `replyId`. Use the `replies.list` method to retrieve the ID for a reply.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"kind\": string, \"createdTime\": string, \"modifiedTime\": string, \"action\": string, \"author\": { object (/workspace/drive/api/reference/rest/v3/User) }, \"deleted\": boolean, \"htmlContent\": string, \"content\": string } ``` |\n\n| Fields ||\n|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string` Output only. The ID of the reply. |\n| `kind` | `string` Output only. Identifies what kind of resource this is. Value: the fixed string `\"drive#reply\"`. |\n| `createdTime` | `string` Output only. The time at which the reply was created (RFC 3339 date-time). |\n| `modifiedTime` | `string` Output only. The last time the reply was modified (RFC 3339 date-time). |\n| `action` | `string` The action the reply performed to the parent comment. Valid values are: - `resolve` - `reopen` |\n| `author` | `object (`[User](/workspace/drive/api/reference/rest/v3/User)`)` Output only. The author of the reply. The author's email address and permission ID will not be populated. |\n| `deleted` | `boolean` Output only. Whether the reply has been deleted. A deleted reply has no content. |\n| `htmlContent` | `string` Output only. The content of the reply with HTML formatting. |\n| `content` | `string` The plain text content of the reply. This field is used for setting the content, while `htmlContent` should be displayed. This is required on creates if no `action` is specified. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------|---------------------------------------|\n| ### [create](/workspace/drive/api/reference/rest/v3/replies/create) | Creates a reply to a comment. |\n| ### [delete](/workspace/drive/api/reference/rest/v3/replies/delete) | Deletes a reply. |\n| ### [get](/workspace/drive/api/reference/rest/v3/replies/get) | Gets a reply by ID. |\n| ### [list](/workspace/drive/api/reference/rest/v3/replies/list) | Lists a comment's replies. |\n| ### [update](/workspace/drive/api/reference/rest/v3/replies/update) | Updates a reply with patch semantics. |"]]