mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 19:50:42 +08:00
17 lines
416 B
JSON
17 lines
416 B
JSON
|
|
{
|
||
|
|
"sections": [
|
||
|
|
"title",
|
||
|
|
"description",
|
||
|
|
"fields"
|
||
|
|
],
|
||
|
|
"title": "SessionHeader - Metadata API",
|
||
|
|
"description": "Specifies the session ID that the login call returns. This session ID is used to authenticate all subsequent Metadata API calls.",
|
||
|
|
"fields_columns": [
|
||
|
|
"description"
|
||
|
|
],
|
||
|
|
"fields": {
|
||
|
|
"sessionId": {
|
||
|
|
"description": "The session ID that the login call returns."
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|