---
title: INAppendToNoteIntentResponseCode.success
framework: intents
role: symbol
role_heading: Case
path: intents/inappendtonoteintentresponsecode/success
---

# INAppendToNoteIntentResponseCode.success

You successfully updated the note.

## Declaration

```swift
case success
```

## Discussion

Discussion Use this code after updating the note successfully. Your response should contain the details of the note that you updated.

## See Also

### Constants

- [INAppendToNoteIntentResponseCode.unspecified](intents/inappendtonoteintentresponsecode/unspecified.md)
- [INAppendToNoteIntentResponseCode.ready](intents/inappendtonoteintentresponsecode/ready.md)
- [INAppendToNoteIntentResponseCode.inProgress](intents/inappendtonoteintentresponsecode/inprogress.md)
- [INAppendToNoteIntentResponseCode.failure](intents/inappendtonoteintentresponsecode/failure.md)
- [INAppendToNoteIntentResponseCode.failureRequiringAppLaunch](intents/inappendtonoteintentresponsecode/failurerequiringapplaunch.md)
- [INAppendToNoteIntentResponseCode.failureCannotUpdatePasswordProtectedNote](intents/inappendtonoteintentresponsecode/failurecannotupdatepasswordprotectednote.md)
