|
803 | 803 | "operationId" : "",
|
804 | 804 | "description": "### Description \n",
|
805 | 805 | "requestBody": {
|
806 |
| - "description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |service_id||string|True|\n<br>", |
| 806 | + "description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |service_id||string|True|\n |details||boolean||\n<br>", |
807 | 807 | "content": {
|
808 | 808 | "application/json": {
|
809 | 809 | "schema": {
|
810 |
| - "properties": {"service_id" : {"type": "string","title": "SERVICE_ID" } } |
| 810 | + "properties": {"service_id" : {"type": "string","title": "SERVICE_ID" },"details" : {"type": "boolean","title": "DETAILS" } } |
811 | 811 | },
|
812 | 812 | "examples":{"Schema":{}
|
813 | 813 | }
|
|
832 | 832 | "operationId" : "",
|
833 | 833 | "description": "### Description \n",
|
834 | 834 | "requestBody": {
|
835 |
| - "description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |query||Query||\n |service_id||string||\n |name||string||\n |escalation_policy_id||string||\n<br>", |
| 835 | + "description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |query||Query||\n |service_id||string||\n |name||string||\n |details||boolean||\n |escalation_policy_id||string||\n<br>", |
836 | 836 | "content": {
|
837 | 837 | "application/json": {
|
838 | 838 | "schema": {
|
839 |
| - "properties": {"query" : {"$ref": "#/components/schemas/Query","title": "QUERY" },"service_id" : {"type": "string","title": "SERVICE_ID" },"name" : {"type": "string","title": "NAME" },"escalation_policy_id" : {"type": "string","title": "ESCALATION_POLICY_ID" } } |
| 839 | + "properties": {"query" : {"$ref": "#/components/schemas/Query","title": "QUERY" },"service_id" : {"type": "string","title": "SERVICE_ID" },"name" : {"type": "string","title": "NAME" },"details" : {"type": "boolean","title": "DETAILS" },"escalation_policy_id" : {"type": "string","title": "ESCALATION_POLICY_ID" } } |
840 | 840 | },
|
841 | 841 | "examples":{"Schema":{}
|
842 | 842 | }
|
|
2638 | 2638 | "required": ["service_id"],
|
2639 | 2639 | "title": "ServiceDeleteRequest"
|
2640 | 2640 | }
|
| 2641 | + , "ServiceGetRequest": { |
| 2642 | + "properties" : {"service_id" : {"type": "string","title": "SERVICE_ID"},"details" : {"type": "boolean","title": "DETAILS"}}, |
| 2643 | + "type": "object", |
| 2644 | + "required": ["service_id"], |
| 2645 | + "title": "ServiceGetRequest" |
| 2646 | + } |
2641 | 2647 | , "ServiceInfo": {
|
2642 | 2648 | "properties" : {"service_id" : {"type": "string","title": "SERVICE_ID"},"name" : {"type": "string","title": "NAME"},"service_key" : {"type": "string","title": "SERVICE_KEY"},"description" : {"type": "string","title": "DESCRIPTION"},"members" : {"$ref": "#/components/schemas/ServiceMembers","title": "MEMBERS"},"options" : {"$ref": "#/components/schemas/ServiceOptions","title": "OPTIONS"},"channels" : {"items": {"type": "string"},
|
2643 | 2649 | "type": "array","title": "CHANNELS"},"webhooks" : {"items": {"type": "string"},
|
|
2660 | 2666 | "required": ["notification_urgency","recovery_mode"],
|
2661 | 2667 | "title": "ServiceOptions"
|
2662 | 2668 | }
|
2663 |
| - , "ServiceRequest": { |
2664 |
| - "properties" : {"service_id" : {"type": "string","title": "SERVICE_ID"}}, |
2665 |
| - "type": "object", |
2666 |
| - "required": ["service_id"], |
2667 |
| - "title": "ServiceRequest" |
2668 |
| - } |
2669 | 2669 | , "ServiceSearchQuery": {
|
2670 |
| - "properties" : {"query" : {"$ref": "#/components/schemas/Query","title": "QUERY"},"service_id" : {"type": "string","title": "SERVICE_ID"},"name" : {"type": "string","title": "NAME"},"escalation_policy_id" : {"type": "string","title": "ESCALATION_POLICY_ID"}}, |
| 2670 | + "properties" : {"query" : {"$ref": "#/components/schemas/Query","title": "QUERY"},"service_id" : {"type": "string","title": "SERVICE_ID"},"name" : {"type": "string","title": "NAME"},"details" : {"type": "boolean","title": "DETAILS"},"escalation_policy_id" : {"type": "string","title": "ESCALATION_POLICY_ID"}}, |
2671 | 2671 | "type": "object",
|
2672 | 2672 | "required": [],
|
2673 | 2673 | "title": "ServiceSearchQuery"
|
|
0 commit comments