cupertino-docs/docs/enterpriseprogramapi/documentation_enterpriseprogramapi_userupdaterequest_data-data.dictionary.json
Mihaela Mihaljevic 1eae0594fc data: refresh docs/ + add packages/ from .cupertino-dev
Bulk update of the public corpus from /Users/mmj/.cupertino-dev/, the
local source that built v1.0.0 / v1.0.1 release database bundles.

- docs/: 1,739 new pages, 403,381 modified (schema upgrade to the
  structured-page format used by v1.0+: overview, rawMarkdown,
  sections[].items[]). Total 404,568 page JSONs (2.4 GB).
- packages/: 1,587 packages (1.5 GB), previously empty in this repo.
  Includes per-package source archives and READMEs for the curated
  Swift package set. Some packages (notably swiftlang/swift-foundation-icu)
  ship 50-100 MB ICU lookup tables — under GitHub's 100 MB limit.

No deletions: existing files not in .cupertino-dev are preserved
(e.g. swift-org/ has 81 historical pages this update doesn't touch).
2026-05-09 12:58:32 +02:00

39 lines
1.6 KiB
JSON

{
"abstract" : "The data element of the request body.",
"availability" : [
],
"codeExamples" : [
],
"contentHash" : "ac31fa5f66546d3ba3c9db551871b3a374a3a9f37850f315a0fd8490be74b3e0",
"crawledAt" : "2026-03-10T15:24:35Z",
"declaration" : {
"code" : "object UserUpdateRequest.Data",
"language" : "swift"
},
"id" : "5FE418DB-F0CC-4540-B05F-63EB81D75A02",
"kind" : "unknown",
"language" : "data",
"module" : "Enterprise Program API",
"platforms" : [
"Unsupported OS: App Store Connect"
],
"rawMarkdown" : "---\nsource: https:\/\/developer.apple.com\/documentation\/EnterpriseProgramAPI\/UserUpdateRequest\/Data-data.dictionary\ncrawled: 2026-03-10T15:24:35Z\n---\n\n# UserUpdateRequest.Data\n\n**Object**\n\nThe data element of the request body.\n\n## Declaration\n\n```swift\nobject UserUpdateRequest.Data\n```\n\n## Objects\n\n- **UserUpdateRequest.Data.Attributes**: Attributes for which you change values as part of the update request.\n\n",
"sections" : [
{
"content" : "",
"items" : [
{
"description" : "Attributes for which you change values as part of the update request.",
"name" : "UserUpdateRequest.Data.Attributes",
"url" : "https:\/\/developer.apple.com\/documentation\/EnterpriseProgramAPI\/UserUpdateRequest\/Data-data.dictionary\/Attributes-data.dictionary"
}
],
"title" : "Objects"
}
],
"source" : "appleJSON",
"title" : "UserUpdateRequest.Data",
"url" : "https:\/\/developer.apple.com\/documentation\/EnterpriseProgramAPI\/UserUpdateRequest\/Data-data.dictionary"
}