plesk / plesk/api-php-lib

How to set/update/change customer|webspace... values?

Open
#31 3 comments 2 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.