temuujinmo4 commented on issue #28598:
URL: https://github.com/apache/superset/issues/28598#issuecomment-2655443445
Response Msg : Subject must be string
Response code: 422
How i do ?
```
{
"user": {
"username": "user",
"first_name": "user",
"last_name": "user"
},
"resources": [
{
"type": "dashboard",
"id": "my-id"
}
],
"rls": []
}
```
or
```
{
"user": {
"username": "user",
"first_name": "user",
"last_name": "user"
},
"resources": [
{
"type": "dashboard",
"id": "my-id"
}
],
"rls": [],
"subject": "Dashboard"
}
```
but not working
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]