Make the admin API update the local policy data
This commit is contained in:
@@ -640,6 +640,29 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"400": {
|
||||
"description": "Invalid policy data",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/ErrorResponse"
|
||||
},
|
||||
"example": {
|
||||
"errors": [
|
||||
{
|
||||
"title": "Failed to instanciate policy with the provided data"
|
||||
},
|
||||
{
|
||||
"title": "invalid policy data"
|
||||
},
|
||||
{
|
||||
"title": "Failed to merge policy data objects"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user