REST Resource: edits
সম্পদ: AppEdit
একটি অ্যাপ সম্পাদনা। EditService জন্য সম্পদ.
JSON প্রতিনিধিত্ব |
---|
{
"id": string,
"expiryTimeSeconds": string
} |
ক্ষেত্র |
---|
id | string শুধুমাত্র আউটপুট। সম্পাদনার শনাক্তকারী। পরবর্তী API কলগুলিতে ব্যবহার করা যেতে পারে। |
expiryTimeSeconds | string শুধুমাত্র আউটপুট। সময় (যুগের পর থেকে সেকেন্ড হিসাবে) যে সময়ে সম্পাদনার মেয়াদ শেষ হবে এবং ব্যবহারের জন্য আর বৈধ হবে না। |
পদ্ধতি |
---|
| একটি অ্যাপ সম্পাদনা করে। |
| একটি অ্যাপ সম্পাদনা মুছে দেয়। |
| একটি অ্যাপ সম্পাদনা পায়। |
| একটি অ্যাপের জন্য একটি নতুন সম্পাদনা তৈরি করে। |
| একটি অ্যাপ সম্পাদনা যাচাই করে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-08 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-08 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`AppEdit` is a resource used by the EditsService to manage changes to an app."],["It's represented by an `id` and an `expiryTimeSeconds` field in JSON format."],["Key methods include: creating, retrieving, updating, validating, and deleting edits."],["Edits have an expiration time and become invalid after that point."]]],["AppEdit, a resource for EditsService, is identified by a unique string `id` and has an `expiryTimeSeconds` field indicating when it expires. Key actions include: `commit` to finalize an edit, `delete` to remove it, `get` to retrieve details, `insert` to create a new one, and `validate` to check its correctness. The resource's data structure is represented in JSON, showing the `id` and `expiryTimeSeconds`.\n"]]