Last updated 1 month ago
Was this helpful?
/v1/auth/ratls/annotations/
Must be set to true
true
curl -L \ --url '/v1/auth/ratls/annotations/?list=true'
{ "auth": {}, "data": { "keys": [] } }
/v1/auth/ratls/annotations
Creation timestamp, set by the plugin
Attestation value to annotate
Human-readable description for the attestation value
curl -L \ --request PUT \ --url '/v1/auth/ratls/annotations' \ --header 'Content-Type: application/json' \ --data '{"created":1,"key":"text","value":"text"}'
{ "auth": {}, "data": { "created": 1, "key": "text", "value": "text" } }
/v1/auth/ratls/annotations/{key}
curl -L \ --url '/v1/auth/ratls/annotations/{key}'
curl -L \ --request DELETE \ --url '/v1/auth/ratls/annotations/{key}'
No body