Microsoft Graph · Schema

renameAction

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
newName string The new name of the item.
oldName string The previous name of the item.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphrenameaction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.renameAction",
  "title": "renameAction",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "newName": {
      "type": "string",
      "description": "The new name of the item.",
      "nullable": true
    },
    "oldName": {
      "type": "string",
      "description": "The previous name of the item.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}