Grant Api Key Project
POST/api
Give a user project access via api key.
Request
- application/json
Body
array
required
Array [
]
project_id uuidrequired
api_key_id Api Key Idrequired
action Actionrequired
Possible values: [grant_api_key_project
]
metadata
object
property name* any
Responses
- 200
- 422
Successful Response
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Messagerequired
type Error Typerequired
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...