PHP Sigfox Client

ApiUsersIdProfiles

Table of Contents

find()  : ApiUsersIdProfilesProfileId
Find by profileId
update()  : void
Associate new profiles to a given API user.

Methods

update()

Associate new profiles to a given API user.

public update(ProfileIds|array<string|int, mixed>|null $profileIds) : void
Parameters
$profileIds : ProfileIds|array<string|int, mixed>|null

The API profile to update

Tags
throws
SerializeException

If request object failed to serialize to a JSON serializable type.

throws
UnexpectedResponseException

If server returned an unexpected status code.

throws
ResponseException

If server returned any expected HTTP error

throws
ValidationException

If request could not be validated according to pre validation rules.

throws
BadRequestException

If server returned a HTTP 400 error.

throws
UnauthorizedException

If server returned a HTTP 401 error.

throws
ForbiddenException

If server returned a HTTP 403 error.

throws
NotFoundException

If server returned a HTTP 404 error.

throws
MethodNotAllowedException

If server returned a HTTP 405 error.

throws
InternalServerException

If server returned a HTTP 500 error.

Return values
void

Search results