Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,72 @@
"maxLength": 256,
"pattern": "^[^*#&+:<>?]+$",
"x-ms-parameter-location": "method"
},
"WorkspaceIdParameter": {
"name": "workspaceId",
"in": "path",
"required": true,
"type": "string",
"description": "Workspace identifier. Must be unique in the current API Management service instance.",
"minLength": 1,
"maxLength": 80,
"pattern": "^[^*#&+:<>?]+$",
"x-ms-parameter-location": "method"
},
"ProductApiLinkIdParameter": {
"name": "apiLinkId",
"in": "path",
"required": true,
"type": "string",
"description": "Product-API link identifier. Must be unique in the current API Management service instance.",
"minLength": 1,
"maxLength": 80,
"pattern": "^[^*#&+:<>?]+$",
"x-ms-parameter-location": "method"
},
"ProductGroupLinkIdParameter": {
"name": "groupLinkId",
"in": "path",
"required": true,
"type": "string",
"description": "Product-Group link identifier. Must be unique in the current API Management service instance.",
"minLength": 1,
"maxLength": 80,
"pattern": "^[^*#&+:<>?]+$",
"x-ms-parameter-location": "method"
},
"TagApiLinkIdParameter": {
"name": "apiLinkId",
"in": "path",
"required": true,
"type": "string",
"description": "Tag-API link identifier. Must be unique in the current API Management service instance.",
"minLength": 1,
"maxLength": 80,
"pattern": "^[^*#&+:<>?]+$",
"x-ms-parameter-location": "method"
},
"TagOperationLinkIdParameter": {
"name": "operationLinkId",
"in": "path",
"required": true,
"type": "string",
"description": "Tag-operation link identifier. Must be unique in the current API Management service instance.",
"minLength": 1,
"maxLength": 80,
"pattern": "^[^*#&+:<>?]+$",
"x-ms-parameter-location": "method"
},
"TagProductLinkIdParameter": {
"name": "productLinkId",
"in": "path",
"required": true,
"type": "string",
"description": "Tag-product link identifier. Must be unique in the current API Management service instance.",
"minLength": 1,
"maxLength": 80,
"pattern": "^[^*#&+:<>?]+$",
"x-ms-parameter-location": "method"
}
}
}
Loading