applicationId uz neni povinne
This commit is contained in:
@@ -30,7 +30,7 @@ public sealed class CredentialHeadersOperationFilter : IOperationFilter
|
||||
"iDoklad OAuth2 ClientSecret (SENSITIVE). Must be sent in this header over TLS only — never in the URL or body. Overrides the IDOKLAD_CLIENT_SECRET environment default. Required if no environment default is configured.");
|
||||
|
||||
AddHeader(operation, CredentialConstants.ApplicationIdHeader,
|
||||
"iDoklad ApplicationId from the developer portal. Overrides the IDOKLAD_APPLICATION_ID environment default. Required by the client credentials flow if no environment default is configured.");
|
||||
"OPTIONAL. iDoklad ApplicationId (GUID from the developer portal). Only needed for partner applications whose client_credentials grant requires application_id. Leave empty for a standard app — authentication then uses client_id + client_secret only. Overrides IDOKLAD_APPLICATION_ID.");
|
||||
|
||||
AddHeader(operation, CredentialConstants.LanguageHeader,
|
||||
"Optional response language override for the iDoklad API: Cz, Sk or En.", example: "Cz");
|
||||
|
||||
Reference in New Issue
Block a user