Last updated 2 months ago
Was this helpful?
Attestation value to annotate
curl -L \ --url '/v1/auth/ratls/annotations/{key}'
{ "auth": {}, "data": { "created": 1, "key": "text", "value": "text" } }
curl -L \ --request DELETE \ --url '/v1/auth/ratls/annotations/{key}'
No body
Must be set to true
true
curl -L \ --url '/v1/auth/ratls/annotations/?list=true'
{ "auth": {}, "data": { "keys": [ {} ] } }
Creation timestamp, set by the plugin
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" }'