Update SDK Key

Partially update an SDK key, modifying only the specific fields provided in the request.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

ID of the account that owns the retrieved/saved data

integer
required

ID of the project to be retrieved

string
required

ID of the SDK key to update

Body Params

Payload to update an existing SDK key

Request payload for updating an existing SDK key. This endpoint supports partial updates, allowing you to modify specific fields while keeping others unchanged. Only the fields you want to update need to be included in the request body.

string
length ≤ 100

A user-defined, friendly name for the SDK key to help identify its purpose or the application/service using it (e.g., "Production Backend API", "Staging iOS App").

string

The specific environment within the Full Stack project that this SDK key is associated with (e.g., "production", "development", "staging"). The SDK will fetch configurations relevant to this environment. This must match one of the environments defined at the project level. KB: "The Environments Feature".

string
enum
Defaults to enabled

Indicates whether the SDK key is active and can be used for API authentication. When disabled, all requests using this key will be rejected.

Allowed:
boolean

If true, this SDK key is marked as the default for its environment within the project. Only one SDK key can be default per project environment. When a key is set as default, any previously default key for the same environment will be automatically unset.

Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json