---
title: SLRequestMethod.PUT
framework: social
role: symbol
role_heading: Case
path: social/slrequestmethod/put
---

# SLRequestMethod.PUT

Uses a PUT request to submit the data.

## Declaration

```swift
case PUT
```

## See Also

### Constants

- [SLRequestMethod.GET](social/slrequestmethod/get.md)
- [SLRequestMethod.POST](social/slrequestmethod/post.md)
- [SLRequestMethod.DELETE](social/slrequestmethod/delete.md)
