# Attributes Computed attributes management ## Fetch a list of Attributes - [GET /attributes/computed](https://docs2.mygpsapi.com/openapi/attributes/paths/~1attributes~1computed/get.md): Without params, it returns a list of Attributes the user has access to ## Create an Attribute - [POST /attributes/computed](https://docs2.mygpsapi.com/openapi/attributes/paths/~1attributes~1computed/post.md) ## Update an Attribute - [PUT /attributes/computed/{id}](https://docs2.mygpsapi.com/openapi/attributes/paths/~1attributes~1computed~1%7Bid%7D/put.md) ## Delete an Attribute - [DELETE /attributes/computed/{id}](https://docs2.mygpsapi.com/openapi/attributes/paths/~1attributes~1computed~1%7Bid%7D/delete.md)