365 | | * a boolean, true if the attribute was removed |
| 365 | * a boolean, true if the attribute was removed |
| 366 | |
| 367 | Finally administrators can modify profile attributes: |
| 368 | |
| 369 | * '''Service:''' Users |
| 370 | * '''Operation:''' modifyUserAttribute |
| 371 | * '''Input Parameters:''' |
| 372 | * Name - the attribute name |
| 373 | * Type - the type (STRING, INT, FLOAT, OPAQUE) |
| 374 | * Optional - a boolean, true if this attribute is optional |
| 375 | * Access - an integer the user's ability to modify (READ_WRITE, READ_ONLY, WRITE_ONLY, NO_ACCESS) |
| 376 | * Description - natural language description of the field (optional) |
| 377 | * Format - a regular expression describing the format (optional) |
| 378 | * Formatdescription - a natural language explanation of the format (optional) |
| 379 | * OrderingHint - an integer suggesting where to present the attribute. Lower numbers come first |
| 380 | * LengthHint - an integer suggesting how long an input |
| 381 | * '''Return Values:''' |
| 382 | * a boolean, true if the attribute was created |
| 383 | |
| 628 | Finally administrators can modify profile attributes: |
| 629 | |
| 630 | * '''Service:''' Projects |
| 631 | * '''Operation:''' modifyProjectAttribute |
| 632 | * '''Input Parameters:''' |
| 633 | * Name - the attribute name |
| 634 | * Type - the type (STRING, INT, FLOAT, OPAQUE) |
| 635 | * Optional - a boolean, true if this attribute is optional |
| 636 | * Access - an integer the user's ability to modify (READ_WRITE, READ_ONLY, WRITE_ONLY, NO_ACCESS) |
| 637 | * Description - natural language description of the field (optional) |
| 638 | * Format - a regular expression describing the format (optional) |
| 639 | * Formatdescription - a natural language explanation of the format (optional) |
| 640 | * OrderingHint - an integer suggesting where to present the attribute. Lower numbers come first |
| 641 | * LengthHint - an integer suggesting how long an input |
| 642 | * '''Return Values:''' |
| 643 | * a boolean, true if the attribute was created |
| 644 | |
| 645 | |