Generate client secret for applications
post
/rest/ofscMetadata/v1/applications/{label}/custom-actions/generateClientSecret
This operation generates client secret of an application based on the specified API label and the application ID while creating the application.
Request
Path Parameters
-
label(required): string
Minimum Length:
1Maximum Length:255The unique identifier of the application.
Response
Supported Media Types
- application/json
- application/schema+json
200 Response
This section describes the 200 status response for this operation.
Root Schema : ApplicationClientSecret
Type:
Show Source
object-
clientSecret:
string
Client secret of an application
Default Response
This section describes the default error response for this operation.
Root Schema : Error
Type:
objectError response
Show Source
-
detail:
string
The detailed information about the error.
-
status:
string
The HTTP status code.
-
title:
string
The summary of the error message.
-
type:
string
The URL of the page containing the error details.