Skip to content

Commit

Permalink
fix: [CDS-98415] : Change refresh token to omit when empty in json (#550
Browse files Browse the repository at this point in the history
)
  • Loading branch information
harshitsrivastava97 authored Jul 29, 2024
1 parent 74e53fb commit fd0781d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions harness/nextgen/docs/TasManualDetails.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# TasManualDetails

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Username** | **string** | | [optional] [default to null]
Name | Type | Description | Notes
------------ | ------------- |----------------------------------| -------------
**Username** | **string** | | [optional] [default to null]
**EndpointUrl** | **string** | Endpoint URL of the TAS Cluster. | [default to null]
**UsernameRef** | **string** | | [optional] [default to null]
**PasswordRef** | **string** | | [default to null]
**UsernameRef** | **string** | | [optional] [default to null]
**PasswordRef** | **string** | | [default to null]
**ReferenceToken**|**string**| | [optional] [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

2 changes: 1 addition & 1 deletion harness/nextgen/model_tas_manual_details.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ type TasManualDetails struct {
EndpointUrl string `json:"endpointUrl"`
UsernameRef string `json:"usernameRef,omitempty"`
PasswordRef string `json:"passwordRef"`
ReferenceToken string `json:"refreshTokenRef"`
ReferenceToken string `json:"refreshTokenRef,omitempty"`
}

0 comments on commit fd0781d

Please sign in to comment.