Context
Authorizations
x-api-keystringRequired
Body
context_file_idstringOptionalExample:
The filename of the JSON-LD context file to save.
test.jsonResponses
200
Context saved successfully
application/json
400
Bad Request
401
Unauthorized
500
Internal Server Error
post
/api/v1/contextAuthorizations
x-api-keystringRequired
Path parameters
context_file_idstringRequired
The ID of the JSON-LD context file to retrieve.
Responses
200
JSON-LD context file retrieved successfully
application/json
objectOptional
401
Unauthorized
404
Context file not found
500
Internal Server Error
get
/api/v1/context/{context_file_id}Last updated
Was this helpful?