How to set/update/change customer|webspace... values?
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 157
- Forks
- 79
- PR merge metrics
- No merged PRs in 30d
Description
Hello people, it's great your project!
I have a question, sorry if possible stupid question but i cant change any created value... for example update|change customer email's etc...
I'm trying to set|update values of customer/webspace....
I know method of create, get and delete, but i can't change any existent value... ¿what is set/update/change method?
$this_client = $client->customer()->get('id', {ID_HERE} );
$this_client->set('email', 'test@test.com'); ??
Thanks and regards!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the documented customer() and webspace operations, especially the create, get, and delete examples mentioned in the issue. Determine whether an update operation is exposed by the PHP library and record the supported method and usage; done means the method for changing an existing customer or webspace value is clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- api
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100