Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"paths": {},
"definitions": {
"ErrorFieldContract": {
"type": "object",
"properties": {
"code": {
"type": "string",
Expand All @@ -53,6 +54,7 @@
"description": "Error Field contract."
},
"ErrorResponse": {
"type": "object",
"properties": {
"error": {
"x-ms-client-flatten": true,
Expand All @@ -63,6 +65,7 @@
"description": "Error Response."
},
"ErrorResponseBody": {
"type": "object",
"properties": {
"code": {
"type": "string",
Expand All @@ -87,6 +90,7 @@
"description": "Error Body contract."
},
"RegionContract": {
"type": "object",
"properties": {
"name": {
"type": "string",
Expand All @@ -105,6 +109,7 @@
"description": "Region profile."
},
"RegionListResult": {
"type": "object",
"properties": {
"value": {
"type": "array",
Expand Down Expand Up @@ -533,6 +538,16 @@
"maxLength": 80,
"x-ms-parameter-location": "method"
},
"ResolverIdParameter": {
"name": "resolverId",
"in": "path",
"required": true,
"type": "string",
"description": "Resolver identifier within a GraphQL API. Must be unique in the current API Management service instance.",
"minLength": 1,
"maxLength": 80,
"x-ms-parameter-location": "method"
},
"PolicyExportFormat": {
"name": "format",
"in": "query",
Expand Down Expand Up @@ -830,6 +845,17 @@
"minLength": 1,
"maxLength": 80,
"x-ms-parameter-location": "method"
},
"DocumentationIdParameter": {
"name": "documentationId",
"in": "path",
"required": true,
"type": "string",
"description": "Documentation identifier. Must be unique in the current API Management service instance.",
"minLength": 1,
"maxLength": 256,
"pattern": "^[^*#&+:<>?]+$",
"x-ms-parameter-location": "method"
}
}
}
Loading