cURL
curl --request PUT \ --url https://aodocs.altirnao.com/api/view/v1/crossLibrary \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "fields": [ "<string>" ], "kind": "<string>", "missingFields": [ "<string>" ] } '
{ "fields": [ "<string>" ], "kind": "<string>", "missingFields": [ "<string>" ] }
Updates the cross library view configuration (reset not specified fields).
The access token received from the authorization server in the OAuth 2.0 flow.
The security code
The domain
A ApiCrossLibraryView response