Class ByProjectKeyApiClientsByIDRequestBuilder
Constructors
constructor
Parameters
- args: {
baseUri?: string;
executeRequest: executeRequest;
pathArgs: { ID: string; projectKey: string };
}
Properties
Protected
Readonly
args
args: { baseUri?: string; executeRequest: executeRequest; pathArgs: { ID: string; projectKey: string };} Methods
delete
delete( methodArgs?: { headers?: { [key: string]: string | string[] } },): ApiRequest<ApiClient> Parameters
Optional
methodArgs: { headers?: { [key: string]: string | string[] } }
get
Parameters
Optional
methodArgs: { headers?: { [key: string]: string | string[] } }
head
head( methodArgs?: { headers?: { [key: string]: string | string[] } },): ApiRequest<void> Parameters
Optional
methodArgs: { headers?: { [key: string]: string | string[] } }
Checks if an API Client exists for a given
id
. Returns a200 OK
status if the API Client exists or a404 Not Found
otherwise.