Major corpus refresh accompanying the cupertino #284 cleanup work: docs/ (412,562 files / 2.4G total): - Net change: 71,284 files (1,017,864 insertions / 4,503,415 deletions). - Removed: 1,166 + 39 + 3 = 1,208 poison files Apple's CDN consistently returns error templates for (JS-disabled fallback + Web Server Error + 502/403 titles). - Added: 8,357 .json files recovered from cross-backup URL match (May-09 jsonpass + private mirror + Apr-30 pre-recrawl). - Added: 103 .md files from the November 2025 AppleDocs snapshot for URIs not available as .json anywhere. - Added: 580 synthesized stub .json files for URIs whose own page Apple's CDN won't render but whose one-line description IS embedded in the parent type's Topics section. Each stub carries the parent- extracted description as 'abstract' and source: custom. - Verified clean across 12 poison categories (no HTTP error titles, no JS-disabled fallback, no Skip-Navigation broken bodies, no openresty/CDN markers) by a full no-heuristics scan of all 412,458 .json + 103 .md files. swift-evolution/ (912 files, +41 new): - Refetched via 'cupertino fetch --type evolution' against github.com/swiftlang/swift-evolution. - 3 brand-new SE-XXXX proposals + 478 refreshed. - Preserves the historical NNNN-descriptive-name files (429 of them) that the cupertino-docs repo kept from the original swift-evolution proposals/* directory layout — both naming conventions coexist. swift-org/ (787 files, +2 from local sync). archive/ (419 files, +12 from local sync). packages/, hig/ unchanged. Reference: #290 (re-publish v1.0.x bundle), #284 (poison rows, closed), PR #289 + PR #291 (crawler + indexer defenses, merged into cupertino main), #293 (URI collision design issue, filed). No version bump on cupertino. The corpus tag below marks this state.
34 lines
2.8 KiB
JSON
34 lines
2.8 KiB
JSON
{
|
|
"abstract" : "The request body you use to update a User.",
|
|
"codeExamples" : [
|
|
|
|
],
|
|
"contentHash" : "25dd9300cb01cbe390cad31b395546ecc9147f51a31f3ff78668ac3585789fed",
|
|
"crawlDepth" : 2,
|
|
"crawledAt" : "2026-05-11T19:57:41Z",
|
|
"id" : "EBF34CF6-CB42-1EDF-03C7-3BA3460CCF16",
|
|
"kind" : "unknown",
|
|
"overview" : "UserUpdateRequest ObjectUserUpdateRequestThe request body you use to update a User.object UserUpdateRequestPropertiesdataUserUpdateRequest.Data (Required) The resource data.",
|
|
"rawMarkdown" : "---\nsource: https:\/\/developer.apple.com\/documentation\/enterpriseprogramapi\/userupdaterequest\ncrawled: 2026-05-11T19:57:41Z\n---\n\n# UserUpdateRequest | Apple Developer Documentation\n\n- [ Enterprise Program API ](\/documentation\/enterpriseprogramapi)\n\n- [ UserUpdateRequest ](\/documentation\/enterpriseprogramapi\/userupdaterequest)\n\n- UserUpdateRequest \n\nObject# UserUpdateRequest\n\nThe request body you use to update a User.\n\n```\nobject UserUpdateRequest\n```\n\n## [Properties](\/documentation\/enterpriseprogramapi\/userupdaterequest#properties)\n\n`data``[UserUpdateRequest.Data`](\/documentation\/enterpriseprogramapi\/userupdaterequest\/data-data.dictionary) (Required) The resource data.\n\n## [ Attributes ](\/documentation\/enterpriseprogramapi\/userupdaterequest#attributes)\n\n Possible types: ``## [Topics](\/documentation\/enterpriseprogramapi\/userupdaterequest#topics)\n\n### [Objects](\/documentation\/enterpriseprogramapi\/userupdaterequest#Objects)\n\n[`object UserUpdateRequest.Data`](\/documentation\/enterpriseprogramapi\/userupdaterequest\/data-data.dictionary)The data element of the request body.## [See Also](\/documentation\/enterpriseprogramapi\/userupdaterequest#see-also)\n\n### [Objects and Data Types](\/documentation\/enterpriseprogramapi\/userupdaterequest#Objects-and-Data-Types)\n\n[`object User`](\/documentation\/enterpriseprogramapi\/user)The data structure that represents a Users resource.[`object UserResponse`](\/documentation\/enterpriseprogramapi\/userresponse)A response that contains a single Users resource.[`object UsersResponse`](\/documentation\/enterpriseprogramapi\/usersresponse)A response that contains a list of Users resources.[`type UserRole`](\/documentation\/enterpriseprogramapi\/userrole)Strings that represent user roles and permissions in the Apple Developer website.",
|
|
"sections" : [
|
|
{
|
|
"content" : "",
|
|
"title" : "Properties"
|
|
},
|
|
{
|
|
"content" : "",
|
|
"title" : "Attributes"
|
|
},
|
|
{
|
|
"content" : "",
|
|
"title" : "Topics"
|
|
},
|
|
{
|
|
"content" : "",
|
|
"title" : "See Also"
|
|
}
|
|
],
|
|
"source" : "appleWebKit",
|
|
"title" : "UserUpdateRequest | Apple Developer Documentation",
|
|
"url" : "https:\/\/developer.apple.com\/documentation\/enterpriseprogramapi\/userupdaterequest"
|
|
} |