|
367 | 367 | "in": "query", |
368 | 368 | "description": "Organization slug", |
369 | 369 | "schema": { "pattern": "^[\\w-]+$", "type": "string" } |
| 370 | + }, |
| 371 | + { |
| 372 | + "name": "resource", |
| 373 | + "required": false, |
| 374 | + "in": "query", |
| 375 | + "description": "Resource indicator for MCP (Model Context Protocol) clients", |
| 376 | + "schema": { "enum": ["https://api.supabase.io/mcp"], "type": "string" } |
370 | 377 | } |
371 | 378 | ], |
372 | 379 | "responses": { "204": { "description": "" } }, |
|
4395 | 4402 | "code": { "type": "string" }, |
4396 | 4403 | "code_verifier": { "type": "string" }, |
4397 | 4404 | "redirect_uri": { "type": "string" }, |
4398 | | - "refresh_token": { "type": "string" } |
| 4405 | + "refresh_token": { "type": "string" }, |
| 4406 | + "resource": { |
| 4407 | + "type": "string", |
| 4408 | + "enum": ["https://api.supabase.io/mcp"], |
| 4409 | + "description": "Resource indicator for MCP (Model Context Protocol) clients" |
| 4410 | + } |
4399 | 4411 | }, |
4400 | 4412 | "additionalProperties": false |
4401 | 4413 | }, |
|
4532 | 4544 | "name": { "type": "string" }, |
4533 | 4545 | "description": { "type": "string", "nullable": true }, |
4534 | 4546 | "hash": { "type": "string", "nullable": true }, |
4535 | | - "secret_jwt_template": { |
4536 | | - "type": "object", |
4537 | | - "properties": { "role": { "type": "string", "minLength": 1 } }, |
4538 | | - "required": ["role"], |
4539 | | - "nullable": true |
4540 | | - }, |
| 4547 | + "secret_jwt_template": { "type": "object", "additionalProperties": {}, "nullable": true }, |
4541 | 4548 | "inserted_at": { "type": "string", "format": "date-time", "nullable": true }, |
4542 | 4549 | "updated_at": { "type": "string", "format": "date-time", "nullable": true } |
4543 | 4550 | }, |
|
4559 | 4566 | "pattern": "^[a-z_][a-z0-9_]+$" |
4560 | 4567 | }, |
4561 | 4568 | "description": { "type": "string", "nullable": true }, |
4562 | | - "secret_jwt_template": { |
4563 | | - "type": "object", |
4564 | | - "properties": { "role": { "type": "string", "minLength": 1 } }, |
4565 | | - "required": ["role"], |
4566 | | - "nullable": true |
4567 | | - } |
| 4569 | + "secret_jwt_template": { "type": "object", "additionalProperties": {}, "nullable": true } |
4568 | 4570 | }, |
4569 | 4571 | "required": ["type", "name"] |
4570 | 4572 | }, |
|
4578 | 4580 | "pattern": "^[a-z_][a-z0-9_]+$" |
4579 | 4581 | }, |
4580 | 4582 | "description": { "type": "string", "nullable": true }, |
4581 | | - "secret_jwt_template": { |
4582 | | - "type": "object", |
4583 | | - "properties": { "role": { "type": "string", "minLength": 1 } }, |
4584 | | - "required": ["role"], |
4585 | | - "nullable": true |
4586 | | - } |
| 4583 | + "secret_jwt_template": { "type": "object", "additionalProperties": {}, "nullable": true } |
4587 | 4584 | } |
4588 | 4585 | }, |
4589 | 4586 | "CreateBranchBody": { |
|
0 commit comments