Skip to content

Commit 9322ec9

Browse files
committed
MOBILE-130: Clean up public docstring for MBConfiguration.operationsDomain
1 parent 7ea5203 commit 9322ec9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Mindbox/MBConfiguration.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ public struct MBConfiguration: Codable {
3232
/// - Parameter subscribeCustomerIfCreated: Flag which determines subscription status of the user. Default value is `false`.
3333
/// - Parameter shouldCreateCustomer: Flag which determines create or not anonymous users. Usable only during first initialisation. Default value is `true`.
3434
/// - Parameter uuidDebugEnabled: Flag which determines if uuid debugging functionality is enabled. Default value is `true`.
35-
/// - Parameter operationsDomain: Optional anonymizer host for `/v3/operations/*` and
36-
/// `/v1.1/customer/mobile-track-visit`. Bare host without scheme. Overridden by the
37-
/// value from the mobile JSON config when present. Default `nil` (use `domain`).
35+
/// - Parameter operationsDomain: Optional host for sending operations. Overridden by
36+
/// the value from the mobile JSON config when present. Default `nil` (use `domain`).
3837
///
3938
/// - Throws:`MindboxError.internalError` for invalid initialization parameters
4039
public init(

0 commit comments

Comments
 (0)