Start a parsing job on files to detect their symbols and connections.
Specifies the library to use when parsing the given files.
List of external IDs returned in a response
The response for a failed request.
{- "documents": [
- {
- "fileId": {
- "space": "string",
- "externalId": "my.known.id"
}, - "pageNumber": 0
}
], - "libraryId": "my.known.id",
- "nonce": "string"
}
{- "items": [
- "my.known.id"
]
}