Skip to content

Can the API method for creating a session support skill permission settings? #10212

@zhangshican

Description

@zhangshican

Question

api Create session /session
{
"id": "string",

"permission": [
    {
        "permission": "string",
        "pattern": "string",
        "action": "allow"
        "skill": { <-Now creating here is not allowed.
            "*": "allow",
            "pr-review": "allow",
            "internal-*": "deny",
            "experimental-*": "ask"
          }
    }
],
"revert": {
    "messageID": "string",
    "partID": "string",
    "snapshot": "string",
    "diff": "string"
}

}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions