Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add interface to update a user space #72

Merged
merged 1 commit into from
Oct 20, 2017
Merged

Add interface to update a user space #72

merged 1 commit into from
Oct 20, 2017

Conversation

abunashir
Copy link
Member

Ribose API has PUT spaces/:space_uuid endpoint and that supports to update an existing user space. This commit use that endpoint and adds the ruby binding to update a space using the client.

Ribose::Space.update(
  "space_uuid",
  name: "New updated name",
  **other_attributes_hash,
)

Ref: #65

Ribose API has `PUT spaces/:space_uuid` endpoint and that supports
to update an existing user space. This commit use that endpoint and
adds the ruby binding to update a space using the client.

```ruby
Ribose::Space.update(
  "space_uuid",
  name: "New updated name",
  **other_attributes_hash,
)
```
@abunashir abunashir merged commit 9787546 into master Oct 20, 2017
@abunashir abunashir deleted the update-space branch October 20, 2017 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant