Add a field to an existing entity type. Idempotent: if a field with the same key already exists, returns the entity type unchanged.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the entity type to add the field to.
The field to add.
Success
The complete entity type with all fields after the addition.