2022 Q2 enhancements (#1684)
* [Share-Effect] Added new properties to termstore operations, added document generate features to connector (#1411) * Update apiDefinition.swagger.json * merged * Removed empty value properties * Update apiDefinition.swagger.json * Update apiProperties.json * Update apiDefinition.swagger.json * Update apiDefinition.swagger.json * Added new parentTerm property to term operations, document generation feature to connector A new property has been added to the term creation operations to create a new term under an existing term. The document generation features has been included into the Power platform connector. * Update readme.md * Update apiDefinition.swagger.json Co-authored-by: Rens Braspenning <rens@MacBook-Pro.local> * 2022 Q2 enhancements * truncate connector names Co-authored-by: Rens Braspenning <rensbraspenning@gmail.com> Co-authored-by: Rens Braspenning <rens@MacBook-Pro.local>
This commit is contained in:
Родитель
6e6032fd3f
Коммит
9f1fb47d7c
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -970,6 +970,14 @@
|
|||
"x-ms-summary": "End time",
|
||||
"x-ms-visibility": "advanced"
|
||||
},
|
||||
"author": {
|
||||
"type": "string",
|
||||
"minLength": 0,
|
||||
"maxLength": 50,
|
||||
"description": "The author of the action's summary and description. If not supplied, will have a default set based on the user's account. Character limit: 50.",
|
||||
"x-ms-summary": "Author",
|
||||
"x-ms-visibility": "advanced"
|
||||
},
|
||||
"fundraisers": {
|
||||
"type": "array",
|
||||
"description": "The set of system record IDs for the fundraisers associated with the action.",
|
||||
|
@ -1041,6 +1049,39 @@
|
|||
"minLength": 0,
|
||||
"description": "The identifier of the thumbnail. Character limit: 36. For physical attachments only.",
|
||||
"x-ms-summary": "Thumbnail ID"
|
||||
},
|
||||
"tags": {
|
||||
"type": "array",
|
||||
"description": "The tags associated with the attachment.",
|
||||
"x-ms-summary": "Tags",
|
||||
"x-ms-visibility": "advanced",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"x-ms-dynamic-values": {
|
||||
"operationId": "GetDynamicValues",
|
||||
"value-collection": "value",
|
||||
"value-path": "item",
|
||||
"value-title": "item",
|
||||
"parameters": {
|
||||
"api": "constituent",
|
||||
"route": "attachmenttags"
|
||||
}
|
||||
},
|
||||
"x-ms-dynamic-list": {
|
||||
"operationId": "GetDynamicValues",
|
||||
"itemsPath": "value",
|
||||
"itemValuePath": "item",
|
||||
"itemTitlePath": "item",
|
||||
"parameters": {
|
||||
"api": {
|
||||
"value": "constituent"
|
||||
},
|
||||
"route": {
|
||||
"value": "attachmenttags"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1065,6 +1106,39 @@
|
|||
"type": "string",
|
||||
"description": "The URL for the attachment. This is required for link attachments and not applicable for physical attachments.",
|
||||
"x-ms-summary": "URL"
|
||||
},
|
||||
"tags": {
|
||||
"type": "array",
|
||||
"description": "The tags associated with the attachment.",
|
||||
"x-ms-summary": "Tags",
|
||||
"x-ms-visibility": "advanced",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"x-ms-dynamic-values": {
|
||||
"operationId": "GetDynamicValues",
|
||||
"value-collection": "value",
|
||||
"value-path": "item",
|
||||
"value-title": "item",
|
||||
"parameters": {
|
||||
"api": "constituent",
|
||||
"route": "attachmenttags"
|
||||
}
|
||||
},
|
||||
"x-ms-dynamic-list": {
|
||||
"operationId": "GetDynamicValues",
|
||||
"itemsPath": "value",
|
||||
"itemValuePath": "item",
|
||||
"itemTitlePath": "item",
|
||||
"parameters": {
|
||||
"api": {
|
||||
"value": "constituent"
|
||||
},
|
||||
"route": {
|
||||
"value": "attachmenttags"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1141,6 +1215,14 @@
|
|||
"format": "int64",
|
||||
"description": "The file size in bytes. For physical attachments only.",
|
||||
"x-ms-summary": "File size"
|
||||
},
|
||||
"tags": {
|
||||
"type": "array",
|
||||
"description": "The tags associated with the attachment.",
|
||||
"x-ms-summary": "Tags",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -327,7 +327,7 @@
|
|||
{
|
||||
"name": "constituent_id",
|
||||
"in": "query",
|
||||
"description": "Represents a comma-separated list of constituent identifiers to filter the results. For example, \"280,1232\" returns only opportunities from constituent 280 or constituent 1232.",
|
||||
"description": "Represents a comma-separated list of constituent system record IDs to filter the results. For example, \"280,1232\" returns only opportunities from constituent 280 or constituent 1232.",
|
||||
"type": "string",
|
||||
"x-ms-summary": "Constituent ID"
|
||||
},
|
||||
|
@ -1705,6 +1705,39 @@
|
|||
"minLength": 0,
|
||||
"description": "The identifier of the thumbnail. Character limit: 36. For physical attachments only.",
|
||||
"x-ms-summary": "Thumbnail ID"
|
||||
},
|
||||
"tags": {
|
||||
"type": "array",
|
||||
"description": "The tags associated with the attachment.",
|
||||
"x-ms-summary": "Tags",
|
||||
"x-ms-visibility": "advanced",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"x-ms-dynamic-values": {
|
||||
"operationId": "GetDynamicValues",
|
||||
"value-collection": "value",
|
||||
"value-path": "item",
|
||||
"value-title": "item",
|
||||
"parameters": {
|
||||
"api": "opportunity",
|
||||
"route": "attachmenttags"
|
||||
}
|
||||
},
|
||||
"x-ms-dynamic-list": {
|
||||
"operationId": "GetDynamicValues",
|
||||
"itemsPath": "value",
|
||||
"itemValuePath": "item",
|
||||
"itemTitlePath": "item",
|
||||
"parameters": {
|
||||
"api": {
|
||||
"value": "opportunity"
|
||||
},
|
||||
"route": {
|
||||
"value": "attachmenttags"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1729,6 +1762,39 @@
|
|||
"type": "string",
|
||||
"description": "The URL for the attachment. This is required for link attachments and not applicable for physical attachments.",
|
||||
"x-ms-summary": "URL"
|
||||
},
|
||||
"tags": {
|
||||
"type": "array",
|
||||
"description": "The tags associated with the attachment.",
|
||||
"x-ms-summary": "Tags",
|
||||
"x-ms-visibility": "advanced",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"x-ms-dynamic-values": {
|
||||
"operationId": "GetDynamicValues",
|
||||
"value-collection": "value",
|
||||
"value-path": "item",
|
||||
"value-title": "item",
|
||||
"parameters": {
|
||||
"api": "opportunity",
|
||||
"route": "attachmenttags"
|
||||
}
|
||||
},
|
||||
"x-ms-dynamic-list": {
|
||||
"operationId": "GetDynamicValues",
|
||||
"itemsPath": "value",
|
||||
"itemValuePath": "item",
|
||||
"itemTitlePath": "item",
|
||||
"parameters": {
|
||||
"api": {
|
||||
"value": "opportunity"
|
||||
},
|
||||
"route": {
|
||||
"value": "attachmenttags"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1805,6 +1871,14 @@
|
|||
"format": "int64",
|
||||
"description": "The file size in bytes. For physical attachments only.",
|
||||
"x-ms-summary": "File size"
|
||||
},
|
||||
"tags": {
|
||||
"type": "array",
|
||||
"description": "The tags associated with the attachment.",
|
||||
"x-ms-summary": "Tags",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче