अनुरोध के मुख्य भाग में, नीचे दिए गए स्ट्रक्चर वाला डेटा होता है:
JSON के काेड में दिखाना
{"title": string,"parentId": string}
फ़ील्ड
title
string
प्रोजेक्ट का टाइटल.
parentId
string
ऐसी पैरंट फ़ाइल का Drive आईडी जिसके लिए, बनाया गया स्क्रिप्ट प्रोजेक्ट जोड़ा गया है. आम तौर पर, यह Google दस्तावेज़, Google शीट, Google फ़ॉर्म या Google Slides फ़ाइल का आईडी होता है. अगर नीति को सेट नहीं किया जाता है, तो एक स्टैंडअलोन स्क्रिप्ट प्रोजेक्ट बनाया जाता है.
जवाब का मुख्य भाग
कामयाब होने पर, जवाब के मुख्य हिस्से में Project का नया इंस्टेंस शामिल किया जाता है.
[[["समझने में आसान है","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-09-12 (UTC) को अपडेट किया गया."],[[["Creates a new, empty script project with no script files and a base manifest file."],["The request body can include a title for the project and the Drive ID of a parent file to bind the project to."],["A successful response returns a Project object representing the newly created script project."],["Requires authorization with the `https://www.googleapis.com/auth/script.projects` scope."]]],[]]