Rename Hive¶
Description¶
This operation renames a hive.
Method¶
PUT
Endpoint URL¶
Important
Make sure to replace xxxx in the domain name in the request specification below to the one assigned to your application.
https://xxxx.backendless.app/api/hive/[hive-name]?newName=[new-name]
where:
| Argument | Description |
|---|---|
[hive-name] |
Name of a hive to rename. |
[new-name] |
A new name to assign to a hive. |
Request Headers¶
None.
Request Body¶
None.
Response Body¶
None.
Example¶
The example below renames the groceryStore hive to furnitureStore.
curl --location --request PUT "https://xxxx.backendless.app/api/hive/groceryStore?newName=furnitureStore"
where:
| Argument | Description |
|---|---|
groceryStore |
The current name of the hive. |
furnitureStore |
A new name to assign to a hive. |
Codeless Reference¶

where:
| Argument | Description |
|---|---|
current name |
Name of a hive to rename. |
new name |
New name to assign to a hive. |
The example below renames the "groceryStore" hive to "furnitureStore":
