curl --request PUT \
--url https://api.example.com/api/v1/integration-keys \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"integration_keys": [
{
"api_key": "<string>",
"service": "linear"
}
]
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request PUT \
--url https://api.example.com/api/v1/integration-keys \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"integration_keys": [
{
"api_key": "<string>",
"service": "linear"
}
]
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}