@@ -2941,13 +2941,13 @@ components:
29412941 operation :
29422942 $ref : ' #/paths/~1dek-registry~1v1~1keks/get'
29432943 response :
2944- mediaType : application/json; qs=0.5
2944+ mediaType : application/vnd.schemaregistry.v1+json
29452945 openAPIDocKey : ' 200'
29462946 create_kek :
29472947 operation :
29482948 $ref : ' #/paths/~1dek-registry~1v1~1keks/post'
29492949 response :
2950- mediaType : application/json; qs=0.5
2950+ mediaType : application/vnd.schemaregistry.v1+json
29512951 openAPIDocKey : ' 200'
29522952 schemaRef : ' #/components/schemas/Kek'
29532953 delete_kek :
@@ -2960,14 +2960,14 @@ components:
29602960 operation :
29612961 $ref : ' #/paths/~1dek-registry~1v1~1keks~1{name}/get'
29622962 response :
2963- mediaType : application/json; qs=0.5
2963+ mediaType : application/vnd.schemaregistry.v1+json
29642964 openAPIDocKey : ' 200'
29652965 schemaRef : ' #/components/schemas/Kek'
29662966 put_kek :
29672967 operation :
29682968 $ref : ' #/paths/~1dek-registry~1v1~1keks~1{name}/put'
29692969 response :
2970- mediaType : application/json; qs=0.5
2970+ mediaType : application/vnd.schemaregistry.v1+json
29712971 openAPIDocKey : ' 200'
29722972 schemaRef : ' #/components/schemas/Kek'
29732973 undelete_kek :
@@ -2979,6 +2979,7 @@ components:
29792979 sqlVerbs :
29802980 select :
29812981 - $ref : ' #/components/x-stackQL-resources/key_encryption_keys/methods/get_kek'
2982+ - $ref : ' #/components/x-stackQL-resources/key_encryption_keys/methods/get_kek_names'
29822983 insert :
29832984 - $ref : ' #/components/x-stackQL-resources/key_encryption_keys/methods/create_kek'
29842985 update : []
@@ -2995,13 +2996,13 @@ components:
29952996 operation :
29962997 $ref : ' #/paths/~1dek-registry~1v1~1keks~1{name}~1deks/get'
29972998 response :
2998- mediaType : application/json; qs=0.5
2999+ mediaType : application/vnd.schemaregistry.v1+json
29993000 openAPIDocKey : ' 200'
30003001 create_dek :
30013002 operation :
30023003 $ref : ' #/paths/~1dek-registry~1v1~1keks~1{name}~1deks/post'
30033004 response :
3004- mediaType : application/json; qs=0.5
3005+ mediaType : application/vnd.schemaregistry.v1+json
30053006 openAPIDocKey : ' 200'
30063007 schemaRef : ' #/components/schemas/Dek'
30073008 delete_dek_versions :
@@ -3014,7 +3015,7 @@ components:
30143015 operation :
30153016 $ref : ' #/paths/~1dek-registry~1v1~1keks~1{name}~1deks~1{subject}/get'
30163017 response :
3017- mediaType : application/json; qs=0.5
3018+ mediaType : application/vnd.schemaregistry.v1+json
30183019 openAPIDocKey : ' 200'
30193020 schemaRef : ' #/components/schemas/Dek'
30203021 undelete_dek_versions :
@@ -3026,6 +3027,7 @@ components:
30263027 sqlVerbs :
30273028 select :
30283029 - $ref : ' #/components/x-stackQL-resources/data_encryption_keys/methods/get_dek'
3030+ - $ref : ' #/components/x-stackQL-resources/data_encryption_keys/methods/get_dek_subjects'
30293031 insert :
30303032 - $ref : ' #/components/x-stackQL-resources/data_encryption_keys/methods/create_dek'
30313033 update : []
@@ -3047,14 +3049,14 @@ components:
30473049 operation :
30483050 $ref : ' #/paths/~1dek-registry~1v1~1keks~1{name}~1deks~1{subject}~1versions~1{version}/get'
30493051 response :
3050- mediaType : application/json; qs=0.5
3052+ mediaType : application/vnd.schemaregistry.v1+json
30513053 openAPIDocKey : ' 200'
30523054 schemaRef : ' #/components/schemas/Dek'
30533055 get_dek_versions :
30543056 operation :
30553057 $ref : ' #/paths/~1dek-registry~1v1~1keks~1{name}~1deks~1{subject}~1versions/get'
30563058 response :
3057- mediaType : application/json; qs=0.5
3059+ mediaType : application/vnd.schemaregistry.v1+json
30583060 openAPIDocKey : ' 200'
30593061 undelete_dek_version :
30603062 operation :
@@ -3065,6 +3067,7 @@ components:
30653067 sqlVerbs :
30663068 select :
30673069 - $ref : ' #/components/x-stackQL-resources/dek_versions/methods/get_dek_by_version'
3070+ - $ref : ' #/components/x-stackQL-resources/dek_versions/methods/get_dek_versions'
30683071 insert : []
30693072 update : []
30703073 replace : []
0 commit comments