Skip to content

Consider maintaining consistent language in readme #9

@iamgollum

Description

@iamgollum

Consider the following example:

curl -u <agent_name>:<agent_password> <account_url>/api/v1/info
curl -u <account_admin_agent_name>:<account_admin_agent_password> -X PATCH \
    <account_url>/api/v1/identities/<agent_name> \
    -H 'Content-Type: application/json' \
    -d '{ "role": "TRUST_ANCHOR" }'

<account_admin_agent_password> is really the same thing as <agent_name>

I would be happy to submit a PR for this and start OS contributing if we can get a 'consensys' on the language that should be used here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions