swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector AccessReviewInstanceResetDecisions API schemes: - https tags: - name: AccessReviewInstanceResetDecisions paths: ? /subscriptions/{subscriptionId}/providers/Microsoft.Authorization/accessReviewScheduleDefinitions/{scheduleDefinitionId}/instances/{id}/resetDecisions : post: tags: - AccessReviewInstanceResetDecisions operationId: microsoftAzureAccessreviewinstanceResetdecisions x-ms-examples: AccessReviewInstanceResetDecisions: $ref: ./examples/AccessReviewInstanceResetDecisions.json description: An action to reset all decisions for an access review instance. parameters: - name: scheduleDefinitionId in: path required: true type: string description: The id of the access review schedule definition. - name: id in: path required: true type: string description: The id of the access review instance. - $ref: '#/parameters/ApiVersionParameter' - $ref: '#/parameters/SubscriptionIdParameter' responses: '204': description: Describe the result of a successful operation. default: description: Unexpected error schema: $ref: '#/definitions/ErrorDefinition' summary: Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Authorization Accessreviewscheduledefinitions Scheduledefinitionid Instances Id Resetdecisions definitions: ErrorDefinition: type: object title: Error description: Error description and code explaining why an operation failed. properties: error: $ref: '#/definitions/ErrorDefinitionProperties' description: Error of the list gateway status. ErrorDefinitionProperties: type: object title: Error description: Error description and code explaining why an operation failed. properties: message: type: string readOnly: true description: Description of the error. code: type: string description: Error code of list gateway. parameters: ApiVersionParameter: name: api-version in: query required: true type: string description: The API version to be used with the HTTP request. SubscriptionIdParameter: name: subscriptionId in: path required: true type: string description: The ID of the target subscription. x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'