Skip to content

Commit

Permalink
Set IG-88's gender to n/a; fix documentation for gender field
Browse files Browse the repository at this point in the history
  • Loading branch information
erlendr committed Apr 11, 2020
1 parent 51d2e80 commit c426388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/fixtures/people.json
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
"edited": "2014-12-20T21:17:50.351Z",
"name": "IG-88",
"created": "2014-12-15T12:51:10.076Z",
"gender": "none",
"gender": "n/a",
"skin_color": "metal",
"hair_color": "none",
"height": "200",
Expand Down
2 changes: 1 addition & 1 deletion swapi/templates/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ A People resource is an individual person or character within the Star Wars univ
- ```eye_color``` *string*
-- The eye color of this person. Will be "unknown" if not known or "n/a" if the person does not have an eye.
- ```gender``` *string*
-- The gender of this person. Either "Male", "Female" or "unknown", "n/a" if the person does not have a gender.
-- The gender of this person. Either "male", "female" or "hermaphrodite". Will be "unknown" if not known or "n/a" if the person does not have a gender.
- ```hair_color``` *string*
-- The hair color of this person. Will be "unknown" if not known or "n/a" if the person does not have hair.
- ```height``` *string*
Expand Down

0 comments on commit c426388

Please sign in to comment.